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:
parent
1ea3947fa0
commit
429296e7cc
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Reference in a new issue