me
/
guix
Archived
1
0
Fork 0

gnu: gparted: Update to 1.3.0.

* gnu/packages/disk.scm (gparted): Update to 1.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2021-06-04 21:58:07 +10:00 committed by Ludovic Courtès
parent aaafd19bd1
commit 23ab8d417e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -552,14 +552,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
(define-public gparted
(package
(name "gparted")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
version "/gparted-" version ".tar.gz"))
(sha256
(base32 "06f72hqx5jf2irzsmi7lgpxxj38ncixh0acb4307wyjd4mfp343c"))))
(base32 "0amx3hb4rc504nl9i73rgyz0hzhq5x8nkg7lwbk4bsnrblj81hcd"))))
(build-system glib-or-gtk-build-system)
(arguments
;; Tests require access to paths outside the build container, such