[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
- branch master updated (afdb5af46b -> c3e42621e9), guix-commits, 2024/10/05
- 03/08: gnu: gzdoom: Update package style., guix-commits, 2024/10/05
- 04/08: gnu: gzdoom: Delete files that might prevent commercial distribution., guix-commits, 2024/10/05
- 07/08: gnu: stfl: Use archived source & home page., guix-commits, 2024/10/05
- 01/08: gnu: hotspot: Fix typo in description., guix-commits, 2024/10/05
- 02/08: gnu: gparted: Update to 1.6.0., guix-commits, 2024/10/05
- 05/08: gnu: gitg: Fix upstream hash mismatch.,
guix-commits <=
- 08/08: gnu: stfl: Expand description., guix-commits, 2024/10/05
- 06/08: gnu: r-rserve: Fix upstream hash mismatch., guix-commits, 2024/10/05