gnu: python-llfuse: Update to 1.3.3.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
This commit is contained in:
Leo Famulari 2018-06-12 15:12:12 -04:00
parent 67cb662a31
commit bea07c7f55
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -6007,13 +6007,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.2") (version "1.3.3")
(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
"0qxvnbz41bpvpc1vbi8qkhmpr9gj1qrrp5jdj085iqibd8l2l9cn")))) "1rqww632y2zz71xmr6ch7yq80kvza9mhqr2z773k0d8l1lwzl575"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("fuse" ,fuse) `(("fuse" ,fuse)