all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61777] [PATCH] gnu: gparted: Update to 1.5.0.
@ 2023-02-25  2:45 Michael Rohleder
  2023-02-26  2:46 ` bug#61777: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2023-02-25  2:45 UTC (permalink / raw)
  To: 61777; +Cc: Michael Rohleder

* gnu/packages/disk.scm (gparted): Update to 1.5.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 6fc69a8a63..894a542171 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -575,14 +575,14 @@ (define-public idle3-tools
 (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

base-commit: b12ee1ee5b8b53bf27b79ce81b1b2158cc7de484
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61777: [PATCH] gnu: gparted: Update to 1.5.0.
  2023-02-25  2:45 [bug#61777] [PATCH] gnu: gparted: Update to 1.5.0 Michael Rohleder
@ 2023-02-26  2:46 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-02-26  2:46 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 61777-done

On Sat, Feb 25, 2023 at 03:45:11AM +0100, Michael Rohleder wrote:
> * gnu/packages/disk.scm (gparted): Update to 1.5.0.

Thanks! Pushed as a7c7363a825e176ae25f5f69cacfff0880b23e80




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-26  2:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25  2:45 [bug#61777] [PATCH] gnu: gparted: Update to 1.5.0 Michael Rohleder
2023-02-26  2:46 ` bug#61777: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.