GNU bug report logs -
#55190
guix refresh -u has wrong hash update
Previous Next
Full log
View this message in rfc822 format
./pre-inst-env guix refresh -u gnome-shell-extension-burn-my-windows results in the following:
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fb071cb89b..582810e3c9 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -825,7 +825,7 @@ (define-public gnome-shell-extension-jiggle
(define-public gnome-shell-extension-burn-my-windows
(package
(name "gnome-shell-extension-burn-my-windows")
- (version "7")
+ (version "15")
(source
(origin
(method git-fetch)
@@ -834,7 +834,7 @@ (define-public gnome-shell-extension-burn-my-windows
(commit (string-append "v" version))))
(sha256
(base32
- "1513kh6dfvnaj5jq2mm7rv1k54v91hjckgim1dpqlxwnv4gi9krd"))
+ "1513kh6dfvnaj5jq2mm15rv1k54v91hjckgim1dpqlxwnv4gi9krd"))
(file-name (git-file-name name version))))
(build-system copy-build-system)
(arguments
For the hash has the wrong length and is different only at one character in the middle (7 vs 15).
This bug report was last modified 3 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.