GNU bug report logs -
#73346
[PATCH] gnu: python-pyfuse3: Update to 3.4.0
Previous Next
To reply to this bug, email your comments to 73346 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#73346
; Package
guix-patches
.
(Thu, 19 Sep 2024 01:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Aaron Covrig <aaron.covrig.us <at> ieee.org>
:
New bug report received and forwarded. Copy sent to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Thu, 19 Sep 2024 01:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
This bug report was last modified 269 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.