gnu: libftdi: Update to 1.4.

* gnu/packages/libftdi.scm (libftdi): Update to 1.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-28 16:26:14 +01:00
parent 30bbb86ae3
commit 0828bd82bd
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,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -27,7 +28,7 @@
(define-public libftdi
(package
(name "libftdi")
(version "1.1")
(version "1.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -35,7 +36,7 @@
version ".tar.bz2"))
(sha256
(base32
"088yh8pxd6q53ssqndydcw1dkq51cjqyahc03lm6iip22cdazcf0"))))
"0x0vncf6i92slgrn0h7ghkskqbglbs534220qa84d0qg114zndpc"))))
(build-system cmake-build-system)
(propagated-inputs
`(("libusb" ,libusb))) ; required by libftdi1.pc