Archived
1
0
Fork 0

gnu: libraw1394: Update to 2.1.2.

* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-15 23:47:40 +01:00
parent 1e1cd41629
commit 7c58c852c4
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2303,7 +2303,7 @@ capabilities of the Linux kernel.")
(define-public libraw1394 (define-public libraw1394
(package (package
(name "libraw1394") (name "libraw1394")
(version "2.1.0") (version "2.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2311,7 +2311,7 @@ capabilities of the Linux kernel.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0kwnf4ha45c04mhc4yla672aqmvqqihxix1gvblns5cd2pc2cc8b")))) "0pm5b415j1qdzyw38wdv8h7ff4yx20831z1727mpsb6jc6bwdk03"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page") (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
(synopsis "Interface library for the Linux IEEE1394 drivers") (synopsis "Interface library for the Linux IEEE1394 drivers")