3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-org-contrib: Fix sha256 checksum due to emacs-org update.

* gnu/packages/emacs.scm (emacs-org-contrib)[source]: Fix sha256 checksum.
This commit is contained in:
Clément Lassieur 2017-11-26 17:53:34 +01:00
parent 19ff1f2687
commit 769e715508
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -4203,6 +4203,8 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
;; emacs-org-contrib inherits from this package. Please update its sha256
;; checksum as well.
(version "20171116")
(source (origin
(method url-fetch)
@ -4230,7 +4232,7 @@ reproducible research.")
(package-version emacs-org) ".tar"))
(sha256
(base32
"0xy2xrndlhs4kyvh6mmv24dnh3fn5p63d2gaimnrypf1p8znwzh4"))))
"071vqv6hdyjp85ap39930782ks07ypjzch81r8kax3ybwfrf0chx"))))
(arguments
`(#:modules ((guix build emacs-build-system)
(guix build utils)