gnu: python-llfuse: Update to 1.1.1.
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.1.
This commit is contained in:
parent
ad1ff78d63
commit
e36ace3611
|
@ -5501,7 +5501,7 @@ should be stored on various operating systems.")
|
|||
(define-public python-llfuse
|
||||
(package
|
||||
(name "python-llfuse")
|
||||
(version "1.1")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -5509,7 +5509,7 @@ should be stored on various operating systems.")
|
|||
"llfuse-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ywzbqkahrfl9kkcasxrmgilv6fybapvh6pqvimimnfh7sgxal72"))))
|
||||
"0v6vj9mb286njgd1szg9hz2qdh5f3vkhsvajripfcqg458av310v"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("fuse" ,fuse)
|
||||
|
|
Loading…
Reference in New Issue