diff options
author | Marius Bakke <[email protected]> | 2022-09-08 21:12:52 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-08 21:12:52 +0200 |
commit | 884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e (patch) | |
tree | 20650b3917b1292470ecc4ded13fbb04e5dbfa6d /gnu/packages/disk.scm | |
parent | 0e305798454c558ab6e722cf66ba351c326a1a8d (diff) | |
parent | fa894b3f4db835bd0bb52b32c7ec412e72b7e03a (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 60605417a9..818ca065b8 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -573,18 +573,18 @@ and can dramatically shorten the lifespan of the drive if left unchecked.") (define-public gparted (package (name "gparted") - (version "1.3.1") + (version "1.4.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" version "/gparted-" version ".tar.gz")) (sha256 - (base32 "02g1s6hrhnias7kj241l0f72kllfhq6338mk2dmzjpmifinjxvjy")))) + (base32 "1gl7g1lg72s63a9xlc4kcc6ksq6r7h8k9a6456xbxzak5rwklag5")))) (build-system glib-or-gtk-build-system) (arguments - ;; Tests require access to paths outside the build container, such - ;; as '/dev/disk/by-id' + ;; Tests require access to files outside the build container, such + ;; as ‘/dev/disk/by-id/’. `(#:tests? #f)) (inputs (list `(,util-linux "lib") parted glib gtkmm-3 libxml2)) |