aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
commitde5fe1fb24d00318b3dc4ce096787a053961e0d6 (patch)
tree52ecdc204afe9809fcfc77253f1a653d7709d331
parent7e63a35ff265f5cb6efa8bbe0bbf62bb9c102cf0 (diff)
downloadguix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar.gz
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar.bz2
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar.lz
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar.xz
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.tar.zst
guix-de5fe1fb24d00318b3dc4ce096787a053961e0d6.zip
gnu: emacs-ivy: Fix upstream hash mismatch.
The only change is the build-time name of ivy.info: - This is docs5eOqw.info, produced by makeinfo version 6.8 + This is doczSQuZD.info, produced by makeinfo version 6.8 * gnu/packages/emacs-xyz.scm (emacs-ivy)[source]: Update sha256. Change-Id: I2234365159e0020f5c8b4fd90f56bb7a4f7e9590
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8158a6bdfb..4e9ecbea48 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13586,7 +13586,7 @@ hydras with one column per group of heads.")))
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
(sha256
- (base32 "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"))))
+ (base32 "1h9gfkkcw9nfw85m0mh08qfmi2y0jkvdk54qx0iy5p04ysmhs6k1"))))
(build-system emacs-build-system)
(propagated-inputs
(list))