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>
This commit is contained in:
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

View file

@ -21674,7 +21674,7 @@ (define-public emacs-org-download
(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)