guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-parted: Fix hash.


From: guix-commits
Subject: 01/02: gnu: guile-parted: Fix hash.
Date: Thu, 10 Nov 2022 07:55:34 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit 0760a8511d512ebac388eda0b9e18fd7451ca4b3
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Nov 10 16:52:04 2022 +0400

    gnu: guile-parted: Fix hash.
    
    * gnu/packages/guile-xyz.scm (guile-parted): Fix hash.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 7071d2e912..16017cbfa5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1458,7 +1458,7 @@ microblogging service.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "8a9913843170dc7e46bbb1c93d7c41241fa6d649"))
+                "1h9q5plmnc1zd5ikz2x538v4a8lmriai6yyfv53bk5vjls7mrf3r"))
               (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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