guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gparted: Update to 1.5.0.


From: guix-commits
Subject: branch master updated: gnu: gparted: Update to 1.5.0.
Date: Sat, 25 Feb 2023 21:45:59 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a7c7363a82 gnu: gparted: Update to 1.5.0.
a7c7363a82 is described below

commit a7c7363a825e176ae25f5f69cacfff0880b23e80
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Feb 25 03:45:11 2023 +0100

    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>
---
 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 6fc69a8a63..894a542171 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.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32 "1gl7g1lg72s63a9xlc4kcc6ksq6r7h8k9a6456xbxzak5rwklag5"))))
+        (base32 "1pm8jah6lakv83zm3isx4bgmi5xdwaqkjxmiv7qky224m4kfm59w"))))
     (build-system glib-or-gtk-build-system)
     (arguments
       ;; Tests require access to files outside the build container, such



reply via email to

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