unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43292] [PATCH] gnu: emacs-org-contrib: Fix hash for version 20200907.
@ 2020-09-09 11:35 zimoun
  2020-09-09 11:50 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 9+ messages in thread
From: zimoun @ 2020-09-09 11:35 UTC (permalink / raw)
  To: 43292; +Cc: zimoun

* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Fix hash.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f778838884..a7727c6dfd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9665,7 +9665,7 @@ programming and reproducible research.")
        (uri (string-append "https://orgmode.org/elpa/"
                            "org-plus-contrib-" version ".tar"))
        (sha256
-        (base32 "1f2471klf0v90irpp80413y4v6mhf9bwmrirdilk7qz2p1l6wf4z"))))
+        (base32 "1rgk3pwhsmbmwlncg60ahwrrkm1ks4xpwy2wzv9q7myl1aihjj54"))))
     (arguments
      `(#:modules ((guix build emacs-build-system)
                   (guix build utils)

base-commit: e31289085d49618a29ea47af68d7a2746b44ee09
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-09-09 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 11:35 [bug#43292] [PATCH] gnu: emacs-org-contrib: Fix hash for version 20200907 zimoun
2020-09-09 11:50 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-09 12:03   ` zimoun
2020-09-09 13:23     ` Nicolas Goaziou
2020-09-09 13:35       ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-09 14:05         ` Nicolas Goaziou
2020-09-09 14:00       ` zimoun
2020-09-09 12:33   ` bug#43292: " Tobias Geerinckx-Rice via Guix-patches via
2020-09-09 12:56     ` [bug#43292] " zimoun

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