emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46321: closed ([PATCH] gnu: parted: Update to 3.4.)


From: GNU bug Tracking System
Subject: bug#46321: closed ([PATCH] gnu: parted: Update to 3.4.)
Date: Thu, 11 Feb 2021 08:55:02 +0000

Your message dated Thu, 11 Feb 2021 16:55:59 +0800
with message-id 
<OSZP286MB06645CDC623869494E0EABC7A38C9@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: [bug#46321] [PATCH] gnu: parted: Update to 3.4.
has caused the debbugs.gnu.org bug report #46321,
regarding [PATCH] gnu: parted: Update to 3.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46321
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: parted: Update to 3.4. Date: Fri, 5 Feb 2021 06:55:04 +0100
* gnu/packages/disk.scm (parted): Update to 3.4.
[native-inputs]: Remove python-2 and add python-wrapper to fix tests.
---
 gnu/packages/disk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c9409358db..f02e83a378 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -224,14 +224,14 @@ tmpfs/ramfs filesystems.")
 (define-public parted
   (package
     (name "parted")
-    (version "3.3")
+    (version "3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/parted/parted-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0i1xp367wpqw75b20c3jnism3dg3yqj4a7a22p2jb1h1hyyv9qjp"))))
+                "0hjkv84x1bs2qqyx1fnzjqyyqrhv7kpdbq9bgydmi99d8wi80ag1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -253,7 +253,7 @@ tmpfs/ramfs filesystems.")
        ;; For the tests.
        ("e2fsprogs" ,e2fsprogs)
        ("perl" ,perl)
-       ("python" ,python-2)
+       ("python-wrapper" ,python-wrapper)
        ("util-linux" ,util-linux)))
     (home-page "https://www.gnu.org/software/parted/";)
     (synopsis "Disk partition editor")
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46321] [PATCH] gnu: parted: Update to 3.4. Date: Thu, 11 Feb 2021 16:55:59 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Léo Le Bouter <lle-bout@zaclys.net> writes:

> * gnu/packages/disk.scm (parted): Update to 3.4.
> [native-inputs]: Remove python-2 and add python-wrapper to fix tests.

Pushed, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]