guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gparted: Update to 0.27.0.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: gparted: Update to 0.27.0.
Date: Wed, 19 Oct 2016 17:35:38 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit b332c823b78e61f2472309fa706d7609cbc9ef11
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 19 19:14:12 2016 +0200

    gnu: gparted: Update to 0.27.0.
    
    * gnu/packages/disk.scm (gparted): Update to 0.27.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 a3ace8a..db050d6 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -258,14 +258,14 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "0.26.1")
+    (version "0.27.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32 "1h9d6x335wxpm49yphzm9n1hbh2hcg0p2rphv76mrvsss91bcm1g"))))
+        (base32 "1gg7k63jd6128mmzciwqmgixqhyqnninimaqyvjbx1hv0q6gd310"))))
     (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]