guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gptfdisk: Update to 1.0.3.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: gptfdisk: Update to 1.0.3.
Date: Sat, 29 Jul 2017 08:14:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f9b7a0d0123a5d04cdd0e19d3acea589452581c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 29 14:15:48 2017 +0200

    gnu: gptfdisk: Update to 1.0.3.
    
    * gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
---
 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 9162954..030fabf 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -130,7 +130,7 @@ tables, and it understands a variety of different formats.")
 (define-public gptfdisk
   (package
     (name "gptfdisk")
-    (version "1.0.1")
+    (version "1.0.3")
     (source
      (origin
       (method url-fetch)
@@ -138,7 +138,7 @@ tables, and it understands a variety of different formats.")
                           version "/" name "-" version ".tar.gz"))
       (sha256
        (base32
-        "1izazbyv5n2d81qdym77i8mg9m870hiydmq4d0s51npx5vp8lk46"))))
+        "0p0vr67lnqdsgdv2y144xmjqa1a2nijrrd3clc8dc2f46pn5mzc9"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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