diff options
| author | Michael Rohleder <mike@rohleder.de> | 2023-02-25 03:45:11 +0100 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2023-02-25 21:45:34 -0500 |
| commit | a7c7363a825e176ae25f5f69cacfff0880b23e80 (patch) | |
| tree | 2a837527208350a28c960a1d8b6dfe5ca5d13a22 /gnu | |
| parent | 9a2cf9ef0a9ece9aa0dcb24a31fe0c313d06988f (diff) | |
gnu: gparted: Update to 1.5.0.
* gnu/packages/disk.scm (gparted): Update to 1.5.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 6fc69a8a632..894a542171e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -575,14 +575,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.") | |||
| 575 | (define-public gparted | 575 | (define-public gparted |
| 576 | (package | 576 | (package |
| 577 | (name "gparted") | 577 | (name "gparted") |
| 578 | (version "1.4.0") | 578 | (version "1.5.0") |
| 579 | (source | 579 | (source |
| 580 | (origin | 580 | (origin |
| 581 | (method url-fetch) | 581 | (method url-fetch) |
| 582 | (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" | 582 | (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" |
| 583 | version "/gparted-" version ".tar.gz")) | 583 | version "/gparted-" version ".tar.gz")) |
| 584 | (sha256 | 584 | (sha256 |
| 585 | (base32 "1gl7g1lg72s63a9xlc4kcc6ksq6r7h8k9a6456xbxzak5rwklag5")))) | 585 | (base32 "1pm8jah6lakv83zm3isx4bgmi5xdwaqkjxmiv7qky224m4kfm59w")))) |
| 586 | (build-system glib-or-gtk-build-system) | 586 | (build-system glib-or-gtk-build-system) |
| 587 | (arguments | 587 | (arguments |
| 588 | ;; Tests require access to files outside the build container, such | 588 | ;; Tests require access to files outside the build container, such |
