Archived
1
0
Fork 0

gnu: parted: Update to 3.4.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Léo Le Bouter 2021-02-05 06:55:04 +01:00 committed by 宋文武
parent 1755498ca7
commit af06582d6c
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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