me
/
guix
Archived
1
0
Fork 0

gnu: libphidget: Update to 2.1.9.20190409.

* gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
master
Tobias Geerinckx-Rice 2020-11-29 23:14:03 +01:00
parent 9af59b0dce
commit 890d4ce6de
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -27,7 +28,7 @@
(define-public libphidget (define-public libphidget
(package (package
(name "libphidget") (name "libphidget")
(version "2.1.8.20180607") (version "2.1.9.20190409")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -35,7 +36,7 @@
"linux/libphidget/libphidget_" "linux/libphidget/libphidget_"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1mdw8k13yy5dq3r41v9w5yijdk87alzix0qagslc2mxh1pf17npn")))) (base32 "07w54dmr75vq2imngfy66nk1sxlvkzhl2p6g362q0a02f099jy0f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("libusb" ,libusb))) (inputs `(("libusb" ,libusb)))
(outputs '("out" "debug")) (outputs '("out" "debug"))