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:
parent
19ff1f2687
commit
769e715508
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue