guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: gitg: Fix upstream hash mismatch.


From: guix-commits
Subject: 05/08: gnu: gitg: Fix upstream hash mismatch.
Date: Sat, 5 Oct 2024 10:14:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5234caf1aa85b1b869daea205955fc79361caed7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 29 02:00:00 2024 +0200

    gnu: gitg: Fix upstream hash mismatch.
    
    The tarball was modified upstream.  The one-line difference is in
    meson.build:
    
        -  version: '45.alpha',
        +  version: '44',
    
    I did not check whether this triggers A Malware.  I doubt the original
    packager did, either.
    
    * gnu/packages/gnome.scm (gitg)[source]: Update sha256.
    
    Change-Id: I60b96ced6bef5851a28038da7948d4a0ec8a34bf
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 892302f391..cf3d1a1496 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12349,7 +12349,7 @@ higher level porcelain stuff.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0m135v2qm5kaa2jki0y2lbh0wa69bqfh9a4cm7db153v7smrj3jv"))))
+                "0c152c1vrkckqkfq3862c02fxp2scv7f7lqv6k6p35mb9ml32ail"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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