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 @@ (define-public python2-appdirs
(define-public python-llfuse
(package
(name "python-llfuse")
(version "1.3.5")
(version "1.3.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "llfuse" version ".tar.bz2"))
(sha256
(base32
"1n7a90jww3ly49fm7x27m3xw3la3qfrnykcakga654g6kcyjlhbf"))))
"1j9fzxpgmb4rxxyl9jcf84zvznhgi3hnh4hg5vb0qaslxkvng8ii"))))
(build-system python-build-system)
(inputs
`(("fuse" ,fuse)