diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-15 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-29 02:00:00 +0200 |
commit | 424197c8cade8933c48f47c1ce893b046ca3f14a (patch) | |
tree | ec940785892baab40e6ed71ac3d481190be5d230 /gnu | |
parent | 8bfa893dd24a696b39f724f07882130c6997487a (diff) | |
download | guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.gz |
gnu: gparted: Update to 1.6.0.
* gnu/packages/disk.scm (gparted): Update to 1.6.0.
Change-Id: If6ef93f6107431b6af3f2a66ad3eb2e84f10acea
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 290b5e1f42..0f3bf10ffa 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -726,14 +726,14 @@ type of floppy disk") (define-public gparted (package (name "gparted") - (version "1.5.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" version "/gparted-" version ".tar.gz")) (sha256 - (base32 "1pm8jah6lakv83zm3isx4bgmi5xdwaqkjxmiv7qky224m4kfm59w")))) + (base32 "0nzaqvbdwq3daddby79k9rh3d560g5kaxqamkasxqka9rsrm37wv")))) (build-system glib-or-gtk-build-system) (arguments ;; Tests require access to files outside the build container, such |