me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-download : Fix source hash.

This is a followup to commit d1c4667845.

See <https://bugs.gnu.org/44537> for more information.

* gnu/packages/emacs-xyz.scm (emacs-org-download)[source]: Use the correct hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
AuPath 2020-11-09 17:51:50 +01:00 committed by Leo Famulari
parent 58de426ec8
commit a76e2de563
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -21674,7 +21674,7 @@ and searching through @code{Ctags} files.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1frd6wk8xfk2q9xczkzz90iily8l8f9fancvbqbnj263z120zzdl"))))
(base32 "0cg4y7hy7xbq4vrbdicfzgvyaf3cjbx2zkqd4yl0y2garz71j99l"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-org" ,emacs-org)