guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gparted: Update to 0.28.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: gparted: Update to 0.28.0.
Date: Tue, 14 Feb 2017 19:32:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 20de37ef4d91f6ed547b040fa606b01c92f9e92f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Feb 15 01:31:07 2017 +0100

    gnu: gparted: Update to 0.28.0.
    
    * gnu/packages/disk.scm (gparted): Update to 0.28.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 4cf9607..2d1cb14 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -296,14 +296,14 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "0.27.0")
+    (version "0.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32 "1gg7k63jd6128mmzciwqmgixqhyqnninimaqyvjbx1hv0q6gd310"))))
+        (base32 "1w9xsph6fpr7l96b3bxl1bgs94cfp9iisg694h8w3fahihwldzdr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; Tests require a network connection.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]