aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-15 00:00:00 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
commit424197c8cade8933c48f47c1ce893b046ca3f14a (patch)
treeec940785892baab40e6ed71ac3d481190be5d230
parent8bfa893dd24a696b39f724f07882130c6997487a (diff)
downloadguix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.gz
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.bz2
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.lz
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.xz
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.tar.zst
guix-424197c8cade8933c48f47c1ce893b046ca3f14a.zip
gnu: gparted: Update to 1.6.0.
* gnu/packages/disk.scm (gparted): Update to 1.6.0. Change-Id: If6ef93f6107431b6af3f2a66ad3eb2e84f10acea
-rw-r--r--gnu/packages/disk.scm4
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