1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

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
+2 -2
View File
@@ -13297,13 +13297,13 @@ third-party code.")
(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))