diff mbox series

[bug#48832] gnu: gparted: Update to 1.3.0.

Message ID 20210604115807.1777-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#48832] gnu: gparted: Update to 1.3.0. | expand

Commit Message

Brendan Tildesley June 4, 2021, 11:58 a.m. UTC
* gnu/packages/disk.scm (gparted): Update to 1.3.0.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès June 5, 2021, 9:17 p.m. UTC | #1
Hi,

Brendan Tildesley <mail@brendan.scot> skribis:

> * gnu/packages/disk.scm (gparted): Update to 1.3.0.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 84996f9bc4..c31afee627 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -552,14 +552,14 @@  and can dramatically shorten the lifespan of the drive if left unchecked.")
 (define-public gparted
   (package
     (name "gparted")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
                            version "/gparted-" version ".tar.gz"))
        (sha256
-        (base32 "06f72hqx5jf2irzsmi7lgpxxj38ncixh0acb4307wyjd4mfp343c"))))
+        (base32 "0amx3hb4rc504nl9i73rgyz0hzhq5x8nkg7lwbk4bsnrblj81hcd"))))
     (build-system glib-or-gtk-build-system)
     (arguments
       ;; Tests require access to paths outside the build container, such