[PATCH] gnu: python-pyfuse3: Update to 3.4.0

  • Open
  • quality assurance status badge
Details
One participant
  • Aaron Covrig
Owner
unassigned
Submitted by
Aaron Covrig
Severity
normal
A
A
Aaron Covrig wrote on 19 Sep 03:08 +0200
(address . guix-patches@gnu.org)(name . Aaron Covrig)(address . aaron.covrig.us@ieee.org)
20240919010848.1454499-1-aaron.covrig.us@ieee.org
* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.4.0
---
gnu/packages/python-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8d402d4f94..9c9b771a86 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35876,13 +35876,13 @@ (define-public python-psycopg2-binary
(define-public python-pyfuse3
(package
(name "python-pyfuse3")
- (version "3.3.0")
+ (version "3.4.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pyfuse3" version))
- (sha256
- (base32 "1gbkwmk7gpyy70cqj9226qvwrx13xlwxfz86l86n5ybr4i0zwc9b"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyfuse3" version))
+ (sha256
+ (base32 "0f9dfrlvr30blmv47hk4a8vf7qm64va22d1vw48brcz2sps96d3r"))))
(build-system python-build-system)
(native-inputs (list pkg-config))
(inputs (list fuse))

base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73346@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73346
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch