3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: usb-modeswitch: Update to 2.6.1.

* gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-14 03:13:26 +02:00
parent 765684613f
commit dbfd804425
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 Florian Pelz <pelzflorian@pelzflorian.de> ;;; Copyright © 2019, 2020 Florian Pelz <pelzflorian@pelzflorian.de>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -76,7 +77,7 @@ file for use with USB_ModeSwitch.")
(define-public usb-modeswitch (define-public usb-modeswitch
(package (package
(name "usb-modeswitch") (name "usb-modeswitch")
(version "2.6.0") (version "2.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -84,7 +85,7 @@ file for use with USB_ModeSwitch.")
"usb-modeswitch-" version ".tar.bz2")) "usb-modeswitch-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"18wbbxc5cfsmikba0msdvd5qlaga27b32nhrzicyd9mdddp265f2")))) "0d7s8p92r36danjd15y1zaznf6rbk17kxyg9367nabz56vhxk5ai"))))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("libusb" ,libusb) (inputs `(("libusb" ,libusb)
("jimtcl" ,jimtcl) ("jimtcl" ,jimtcl)