unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55190: guix refresh -u has wrong hash update
@ 2022-04-29 23:31 kiasoc5--- via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: kiasoc5--- via Bug reports for GNU Guix @ 2022-04-29 23:31 UTC (permalink / raw)
  To: 55190

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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-29 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 23:31 bug#55190: guix refresh -u has wrong hash update kiasoc5--- via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).