diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-29 23:14:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-29 23:15:53 +0100 |
commit | 890d4ce6dec2f77239efa4eb47e7e2aea8822987 (patch) | |
tree | 64f1f516e92283de478a14026f5e90c79cd8d753 | |
parent | 9af59b0dce5a5ff8131140e2c44069f9135ba76a (diff) | |
download | guix-890d4ce6dec2f77239efa4eb47e7e2aea8822987.tar.gz guix-890d4ce6dec2f77239efa4eb47e7e2aea8822987.zip |
gnu: libphidget: Update to 2.1.9.20190409.
* gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
-rw-r--r-- | gnu/packages/libphidget.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/libphidget.scm b/gnu/packages/libphidget.scm index 7b6b7dd07d..765b0df9e9 100644 --- a/gnu/packages/libphidget.scm +++ b/gnu/packages/libphidget.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,7 +28,7 @@ (define-public libphidget (package (name "libphidget") - (version "2.1.8.20180607") + (version "2.1.9.20190409") (source (origin (method url-fetch) (uri (string-append @@ -35,7 +36,7 @@ "linux/libphidget/libphidget_" version ".tar.gz")) (sha256 - (base32 "1mdw8k13yy5dq3r41v9w5yijdk87alzix0qagslc2mxh1pf17npn")))) + (base32 "07w54dmr75vq2imngfy66nk1sxlvkzhl2p6g362q0a02f099jy0f")))) (build-system gnu-build-system) (inputs `(("libusb" ,libusb))) (outputs '("out" "debug")) |