1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pyfuse3: Update to 3.4.2.

* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.4.2.
[source]: Switch to git-fetch.

Change-Id: I7852e9938d457dfe24ec82a8adbf7e3f575059ef
This commit is contained in:
Sharlatan Hellseher
2026-03-27 12:00:37 +00:00
parent a0d21f89a1
commit 9bae88dae2

View File

@@ -34181,13 +34181,16 @@ Psycopg 2 is both Unicode and Python 3 friendly.")
(define-public python-pyfuse3
(package
(name "python-pyfuse3")
(version "3.4.1")
(version "3.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyfuse3" version))
(sha256
(base32 "02cjnkhn6rf19bcp5g6spq59fhdg8izhwv2jgxgbvkabjigrqbv0"))))
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/libfuse/pyfuse3")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vnsk33ql77ix6wpw4sid0xfyskhgv9p4ifpaqynqsv2g2jnss6y"))))
(build-system pyproject-build-system)
(arguments
(list