gnu: libraw1394: Update to 2.1.2.

* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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