mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
58de426ec8
commit
a76e2de563
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue