all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46110] [PATCH] gnu: gparted: Update to 1.2.0.
@ 2021-01-26  7:56 Michael Rohleder
  2021-01-26 21:04 ` bug#46110: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-26  7:56 UTC (permalink / raw)
  To: 46110

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

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 3139063298..c9409358db 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2020 Pkill -9 <pkill9@runbox.com>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
+;;; Copyright © 2021 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -493,14 +494,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32 "092rgwjh1825fal6v3yafq2wr0i61hh0a2n0j4296zn0zdx7pzp2"))))
+        (base32 "06f72hqx5jf2irzsmi7lgpxxj38ncixh0acb4307wyjd4mfp343c"))))
     (build-system glib-or-gtk-build-system)
     (arguments
       ;; Tests require access to paths outside the build container, such
-- 
2.30.0





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

* bug#46110: [PATCH] gnu: gparted: Update to 1.2.0.
  2021-01-26  7:56 [bug#46110] [PATCH] gnu: gparted: Update to 1.2.0 Michael Rohleder
@ 2021-01-26 21:04 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-01-26 21:04 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46110-done

On Tue, Jan 26, 2021 at 08:56:13AM +0100, Michael Rohleder wrote:
> * gnu/packages/disk.scm (gparted): Update to 1.2.0.

Thanks! Pushed as 8f90c74da09010905ffa2fea8963e5b7026e6635




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

end of thread, other threads:[~2021-01-26 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  7:56 [bug#46110] [PATCH] gnu: gparted: Update to 1.2.0 Michael Rohleder
2021-01-26 21:04 ` bug#46110: " 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.