diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 17:09:27 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 18:03:45 +0100 |
| commit | ed36949a9d0e5fd5582cc85e533c1ef8a8b2543e (patch) | |
| tree | 0e06d2f76aa189c405c3454678a5a178db378a84 /gnu/packages/accessibility.scm | |
| parent | bd128d5e880ba73ce217e864f1cce6fe1b655ff1 (diff) | |
gnu: footswitch: Update to 0.1-2.deedd87.
* gnu/packages/accessibility.scm (footswitch): Update to 0.1-2.deedd87.
Diffstat (limited to 'gnu/packages/accessibility.scm')
| -rw-r--r-- | gnu/packages/accessibility.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 53ea99739ba..f2cbfc480bf 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2017 ng0 <ng0@infotropique.org> | 2 | ;;; Copyright © 2017 ng0 <ng0@infotropique.org> |
| 3 | ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at> | 3 | ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at> |
| 4 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | ||
| 4 | ;;; | 5 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 6 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 7 | ;;; |
| @@ -82,10 +83,11 @@ available to help to click.") | |||
| 82 | (license license:gpl2+))) | 83 | (license license:gpl2+))) |
| 83 | 84 | ||
| 84 | (define-public footswitch | 85 | (define-public footswitch |
| 85 | (let ((commit "7cb0a9333a150c27c7e4746ee827765d244e567a")) | 86 | (let ((commit "deedd87fd90fad90ce342aeabafd4a3198d7d3d4") |
| 87 | (revision "2")) | ||
| 86 | (package | 88 | (package |
| 87 | (name "footswitch") | 89 | (name "footswitch") |
| 88 | (version (git-version "0.1" "1" commit)) | 90 | (version (git-version "0.1" revision commit)) |
| 89 | (source (origin | 91 | (source (origin |
| 90 | (method git-fetch) | 92 | (method git-fetch) |
| 91 | (uri (git-reference | 93 | (uri (git-reference |
| @@ -93,7 +95,7 @@ available to help to click.") | |||
| 93 | (commit commit))) | 95 | (commit commit))) |
| 94 | (file-name (git-file-name name version)) | 96 | (file-name (git-file-name name version)) |
| 95 | (sha256 | 97 | (sha256 |
| 96 | (base32 "0mg1vr4a9vls5y435w7wdnr1vb5059gy60lvrdfjgzhd2wwf47iw")))) | 98 | (base32 "1ys90wqyz62kffa8m3hgaq1dl7f29x3mrc3zqfjrkbn2ps0k6ps0")))) |
| 97 | (build-system gnu-build-system) | 99 | (build-system gnu-build-system) |
| 98 | (native-inputs | 100 | (native-inputs |
| 99 | `(("pkg-config" ,pkg-config))) | 101 | `(("pkg-config" ,pkg-config))) |
