guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gptfdisk: Update to 1.0.8.


From: guix-commits
Subject: branch master updated: gnu: gptfdisk: Update to 1.0.8.
Date: Thu, 10 Jun 2021 12:13:00 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a580e3  gnu: gptfdisk: Update to 1.0.8.
4a580e3 is described below

commit 4a580e38c28810cab2731830b6dc5824734e1879
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 10 17:48:46 2021 +0200

    gnu: gptfdisk: Update to 1.0.8.
    
    * gnu/packages/disk.scm (gptfdisk): Update to 1.0.8.
---
 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 c31afee..ccda71b 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -358,14 +358,14 @@ output without any plausibility checks.")
 (define-public gptfdisk
   (package
     (name "gptfdisk")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/gptfdisk/gptfdisk/"
                           version "/gptfdisk-" version ".tar.gz"))
       (sha256
-       (base32 "1h1871gwlq05gdc2wym98ghfmq6pn5lh8g5cqy3r49svz2vh8h3m"))))
+       (base32 "1py6klp1b7rni1qjj110snyyxafhx092carlii5vrnh4y1b9ilcm"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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