mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-straight-el: Update to commit f21103d97d18.
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to commit f21103d97d18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
fdad266577
commit
920e809312
1 changed files with 3 additions and 3 deletions
|
@ -33664,8 +33664,8 @@ (define-public emacs-pyimport
|
|||
(license license:gpl3+)))) ; License is in pyimport.el
|
||||
|
||||
(define-public emacs-straight-el
|
||||
(let ((commit "fed215348076ba9182f634e0770a175220474b5a")
|
||||
(revision "0"))
|
||||
(let ((commit "f21103d97d180fba0b6e2e86ebb0b6269219ef2c")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-straight-el")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -33678,7 +33678,7 @@ (define-public emacs-straight-el
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0z0j670s18mp1bhrsnng0mybcbnlywarhlz7zmrf9399rr513z1x"))))
|
||||
(base32 "1dqhb7kx4hr3cm4gj6qdk9aav05vc016y4nks2dj1sy88wia6wsv"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue