bug-guix
[Top][All Lists]
Advanced

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

bug#55190: guix refresh -u has wrong hash update


From: kiasoc5
Subject: bug#55190: guix refresh -u has wrong hash update
Date: Sat, 30 Apr 2022 01:31:08 +0200 (CEST)

./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).





reply via email to

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