Archived
1
0
Fork 0

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 @@ third-party code.")
(define-public python-llfuse (define-public python-llfuse
(package (package
(name "python-llfuse") (name "python-llfuse")
(version "1.4.1") (version "1.4.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "llfuse" version)) (uri (pypi-uri "llfuse" version))
(sha256 (sha256
(base32 (base32
"1jaf790rsxvz3hs9fbr3hrnmg0xzl6a2bqfa10bbbsjsdbcpk762")))) "1jb4c9avvb0v3830xlbj1r9kj05i98vv6nq05105ppg57y7lq14j"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list fuse-2 attr)) (list fuse-2 attr))