Archived
1
0
Fork 0

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:
Efraim Flashner 2020-05-25 21:33:33 +03:00
parent 3e7d5cd399
commit 062585711e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)