gnu: python-llfuse: Update to 1.4.4.

* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.4.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 1ea3947fa0
commit 429296e7cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -13297,13 +13297,13 @@ (define-public python-gorilla
(define-public python-llfuse
(package
(name "python-llfuse")
(version "1.4.1")
(version "1.4.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "llfuse" version))
(sha256
(base32
"1jaf790rsxvz3hs9fbr3hrnmg0xzl6a2bqfa10bbbsjsdbcpk762"))))
"1jb4c9avvb0v3830xlbj1r9kj05i98vv6nq05105ppg57y7lq14j"))))
(build-system python-build-system)
(inputs
(list fuse-2 attr))