guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: gparted: Update to 1.1.0.


From: guix-commits
Subject: 10/10: gnu: gparted: Update to 1.1.0.
Date: Wed, 22 Jan 2020 18:33:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ee711c7c2136dadcae1315bc7e93b3f28bc507f4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Jan 23 00:10:05 2020 +0100

    gnu: gparted: Update to 1.1.0.
    
    * gnu/packages/disk.scm (gparted): Update to 1.1.0.
---
 gnu/packages/disk.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8a17e8d..a28033c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -344,15 +344,14 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32
-         "0mdvn85jvy72ff7nds3dakx9kzknh8gx1z8i0w2sf970q03qp2z4"))))
+        (base32 "092rgwjh1825fal6v3yafq2wr0i61hh0a2n0j4296zn0zdx7pzp2"))))
     (build-system gnu-build-system)
     (arguments
       ;; Tests require access to paths outside the build container, such



reply via email to

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