diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-29 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-29 02:00:00 +0200 |
commit | 5234caf1aa85b1b869daea205955fc79361caed7 (patch) | |
tree | 7dea44886061c30e7eec1f035c19f4215f38eae4 /gnu/packages | |
parent | 09fcc5093f5d142e48b509a330715ad63b066b45 (diff) |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |