gnu: python-llfuse: Update to 1.3.6.
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.6.
This commit is contained in:
parent
3e7d5cd399
commit
062585711e
1 changed files with 2 additions and 2 deletions
|
@ -7940,13 +7940,13 @@ should be stored on various operating systems.")
|
||||||
(define-public python-llfuse
|
(define-public python-llfuse
|
||||||
(package
|
(package
|
||||||
(name "python-llfuse")
|
(name "python-llfuse")
|
||||||
(version "1.3.5")
|
(version "1.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "llfuse" version ".tar.bz2"))
|
(uri (pypi-uri "llfuse" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n7a90jww3ly49fm7x27m3xw3la3qfrnykcakga654g6kcyjlhbf"))))
|
"1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
|
|
Reference in a new issue