From af06582d6c8596db068c1414ce615c459dde3372 Mon Sep 17 00:00:00 2001 From: Léo Le Bouter Date: Fri, 5 Feb 2021 06:55:04 +0100 Subject: gnu: parted: Update to 3.4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/disk.scm (parted): Update to 3.4. [native-inputs]: Remove python-2 and add python-wrapper to fix tests. Signed-off-by: 宋文武 --- gnu/packages/disk.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/disk.scm') 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 @@ (define-public udevil (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 @@ (define-public parted ;; 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") -- cgit v1.2.3