gnu: emacs-straight-el: Update to 0-2.039e5c9.
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to 0-2.039e5c9. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
e8eb389594
commit
66c9b82fed
|
@ -36463,8 +36463,8 @@ headlines, keywords, tables and source blocks.")
|
||||||
(license license:gpl3+)))) ; License is in pyimport.el
|
(license license:gpl3+)))) ; License is in pyimport.el
|
||||||
|
|
||||||
(define-public emacs-straight-el
|
(define-public emacs-straight-el
|
||||||
(let ((commit "f21103d97d180fba0b6e2e86ebb0b6269219ef2c")
|
(let ((commit "039e5c9a9b5c00749602afb41341e9e77ba09429")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-straight-el")
|
(name "emacs-straight-el")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -36477,7 +36477,7 @@ headlines, keywords, tables and source blocks.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dqhb7kx4hr3cm4gj6qdk9aav05vc016y4nks2dj1sy88wia6wsv"))))
|
(base32 "05avzakgkwzrj1pxa1pkcv96knqq4mnkv2cszn4cs4kmvr2mchxm"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue