me
/
guix
Archived
1
0
Fork 0

gnu: python-llfuse: Update to 1.3.8.

* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.8.
master
Leo Famulari 2020-12-07 16:43:28 -05:00
parent 2a23e3f582
commit eaca440b65
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -8813,13 +8813,13 @@ third-party code.")
(define-public python-llfuse
(package
(name "python-llfuse")
(version "1.3.6")
(version "1.3.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "llfuse" version ".tar.bz2"))
(uri (pypi-uri "llfuse" version))
(sha256
(base32
"1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii"))))
"1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)