gnu: python-llfuse: Update to 1.3.8.
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.8.
This commit is contained in:
parent
2a23e3f582
commit
eaca440b65
@ -8813,13 +8813,13 @@ third-party code.")
|
|||||||
(define-public python-llfuse
|
(define-public python-llfuse
|
||||||
(package
|
(package
|
||||||
(name "python-llfuse")
|
(name "python-llfuse")
|
||||||
(version "1.3.6")
|
(version "1.3.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "llfuse" version ".tar.bz2"))
|
(uri (pypi-uri "llfuse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii"))))
|
"1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user