[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: gparted: Update to 0.32.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/07: gnu: gparted: Update to 0.32.0. |
Date: |
Wed, 29 Aug 2018 22:43:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1f0f9514eb77632bb0c22894fbcff6ca08534b19
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 29 02:43:56 2018 +0200
gnu: gparted: Update to 0.32.0.
* gnu/packages/disk.scm (gparted): Update to 0.32.0.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c7103c5..58c867d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -336,14 +336,14 @@ and can dramatically shorten the lifespan of the drive if
left unchecked.")
(define-public gparted
(package
(name "gparted")
- (version "0.31.0")
+ (version "0.32.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
version "/gparted-" version ".tar.gz"))
(sha256
- (base32 "1fh7rpgb4xxdhgyjsirb83zvjfc5mfngb8a1pjbv7r6r6jj4jyrv"))))
+ (base32 "1fjp4c8jc0kjbbih1x1vs9v40d9lncma642kflnmy0bixxnvh7df"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; tests require a network connection
- branch master updated (99e0fb2 -> 9986316), Tobias Geerinckx-Rice, 2018/08/29
- 02/07: gnu: gparted: Update to 0.32.0.,
Tobias Geerinckx-Rice <=
- 01/07: gnu: duplicity: Update to 0.7.18.1., Tobias Geerinckx-Rice, 2018/08/29
- 05/07: gnu: perl-gd: Update to 2.69., Tobias Geerinckx-Rice, 2018/08/29
- 04/07: gnu: perl-sub-identify: Update to 0.14., Tobias Geerinckx-Rice, 2018/08/29
- 06/07: gnu: r-car: Update to 3.0-2., Tobias Geerinckx-Rice, 2018/08/29
- 03/07: gnu: robocut: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/08/29
- 07/07: gnu: mujs: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/08/29