GNU bug report logs - #59431
[PATCH] gnu: xfsprogs: Update to 6.0.0.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Mon, 21 Nov 2022 05:47:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.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: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#59431: closed (Re: bug#59431: [PATCH] gnu: xfsprogs: Update
 to 6.0.0.)
Date: Thu, 24 Nov 2022 06:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59431: [PATCH] gnu: xfsprogs: Update to 6.0.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 59431 <at> debbugs.gnu.org.

-- 
59431: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59431
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59431-done <at> debbugs.gnu.org
Subject: Re: bug#59431: [PATCH] gnu: xfsprogs: Update to 6.0.0.
Date: Thu, 24 Nov 2022 14:13:12 +0800
kiasoc5 <kiasoc5 <at> disroot.org> writes:

> * gnu/packages/linux.scm (xfsprogs): Update to 6.0.0.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: xfsprogs: Update to 6.0.0.
Date: Mon, 21 Nov 2022 00:46:22 -0500
* gnu/packages/linux.scm (xfsprogs): Update to 6.0.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 601162b465..eab734683f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8456,7 +8456,7 @@ (define-public libinih
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "5.14.2")
+    (version "6.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8464,7 +8464,7 @@ (define-public xfsprogs
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "0368dacdjq55ip38yizs9spdyl7b0b1c0vz3gr1gvcb9rw3a6dnp"))))
+                "14hc61nfc73nqwhyasc4haj5g7046im1dwz61bx338f86mjj5n5y"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments

base-commit: 99ba4ddb03b396f56764a25317f40d4501380704
-- 
2.38.1




This bug report was last modified 2 years and 276 days ago.

Previous Next


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