guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-parted: Update to 0.0.7.


From: guix-commits
Subject: branch master updated: gnu: guile-parted: Update to 0.0.7.
Date: Thu, 10 Nov 2022 07:23:12 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5510269c5 gnu: guile-parted: Update to 0.0.7.
b5510269c5 is described below

commit b5510269c58acfc28f23cdd12bd2454d9fe3e14d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Nov 10 13:22:37 2022 +0100

    gnu: guile-parted: Update to 0.0.7.
    
    * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.7.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b7630ad861..7071d2e912 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1449,7 +1449,7 @@ microblogging service.")
 (define-public guile-parted
   (package
     (name "guile-parted")
-    (version "0.0.6")
+    (version "0.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1458,7 +1458,7 @@ microblogging service.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12ygz0dw8zjr8g3z4g3sh4d1yw3fiphh0ssyqd4nllqa3sfwv21f"))
+                "8a9913843170dc7e46bbb1c93d7c41241fa6d649"))
               (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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