me
/
guix
Archived
1
0
Fork 0

gnu: python-llfuse: Update to 1.1.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
master
Leo Famulari 2016-05-24 13:13:05 -04:00
parent 0e9bc883b4
commit 10240c7cbe
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5443,7 +5443,7 @@ should be stored on various operating systems.")
(define-public python-llfuse
(package
(name "python-llfuse")
(version "1.0")
(version "1.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -5451,7 +5451,7 @@ should be stored on various operating systems.")
"llfuse-" version ".tar.bz2"))
(sha256
(base32
"1li7q04ljrvwharw4fblcbfhvk6s0l3lnv8yqb4c22lcgbkiqlps"))))
"1ywzbqkahrfl9kkcasxrmgilv6fybapvh6pqvimimnfh7sgxal72"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)