unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46321] [PATCH] gnu: parted: Update to 3.4.
@ 2021-02-05  5:55 Léo Le Bouter via Guix-patches via
  2021-02-11  8:55 ` bug#46321: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-05  5:55 UTC (permalink / raw)
  To: 46321; +Cc: Léo Le Bouter

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46321: [PATCH] gnu: parted: Update to 3.4.
  2021-02-05  5:55 [bug#46321] [PATCH] gnu: parted: Update to 3.4 Léo Le Bouter via Guix-patches via
@ 2021-02-11  8:55 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-11  8:55 UTC (permalink / raw)
  To: Léo Le Bouter; +Cc: 46321-done

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-11  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  5:55 [bug#46321] [PATCH] gnu: parted: Update to 3.4 Léo Le Bouter via Guix-patches via
2021-02-11  8:55 ` bug#46321: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).