GNU bug report logs - #67254
[PATCH] gnu: python-pyfuse3: Update to 3.3.0.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Sat, 18 Nov 2023 01:49:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Troy Figiel <troy <at> troyfigiel.com>
Subject: bug#67254: closed (Re: [bug#67254] [PATCH] gnu: python-pyfuse3:
 Update to 3.3.0.)
Date: Thu, 23 Nov 2023 14:45:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67254: [PATCH] gnu: python-pyfuse3: Update to 3.3.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67254 <at> debbugs.gnu.org.

-- 
67254: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67254
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Troy Figiel <troy <at> troyfigiel.com>
Cc: guix-patches <at> gnu.org, 67254-done <at> debbugs.gnu.org
Subject: Re: [bug#67254] [PATCH] gnu: python-pyfuse3: Update to 3.3.0.
Date: Thu, 23 Nov 2023 14:43:49 +0000
[Message part 3 (text/plain, inline)]
Troy Figiel <troy <at> troyfigiel.com> writes:

> * gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.3.0.
>
> Change-Id: I9b4120c631e51ad9829f3fa7338bdb8b48f60b87
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks both, I've pushed this to master as
813aee874c3078f6013453b5e0dac817d28091a0.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-pyfuse3: Update to 3.3.0.
Date: Sat, 18 Nov 2023 02:48:27 +0100
* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.3.0.

Change-Id: I9b4120c631e51ad9829f3fa7338bdb8b48f60b87
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8e89f61373..9b184e6877 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32496,13 +32496,13 @@ (define-public python-psycopg2-binary
 (define-public python-pyfuse3
   (package
     (name "python-pyfuse3")
-    (version "3.2.1")
+    (version "3.3.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pyfuse3" version))
         (sha256
-          (base32 "0cvybynv9igssfa4l13q09gb6m7afmwk34wsbq8jk14sqpd4dl92"))))
+          (base32 "1gbkwmk7gpyy70cqj9226qvwrx13xlwxfz86l86n5ybr4i0zwc9b"))))
     (build-system python-build-system)
     (native-inputs (list pkg-config))
     (inputs (list fuse))
-- 
2.40.1




This bug report was last modified 1 year and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.