mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-lpy: Update to 0.1.0-3.43b401f.
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-3.43b401f.
This commit is contained in:
parent
8fc3116eeb
commit
abca6cf85a
1 changed files with 3 additions and 3 deletions
|
@ -5669,8 +5669,8 @@ (define-public emacs-lispyville
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-lpy
|
||||
(let ((commit "dfd9a0fc8f84674fc669eab2942cfa038d7dc590")
|
||||
(revision "2"))
|
||||
(let ((commit "43b401fe15f0f0d01edb189378b9498121e9f766")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "emacs-lpy")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
|
@ -5682,7 +5682,7 @@ (define-public emacs-lpy
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"15y1fvn1sjngpiqlq090hxqhmxp32f88rspfapwcisxa3hcg5r5a"))
|
||||
"0xj1r7cn1rivaxhvawvmgx9fg3xilpfw4lkf2x2aqplr4s85ijas"))
|
||||
(file-name (git-file-name name version))))
|
||||
(propagated-inputs
|
||||
`(("emacs-zoutline" ,emacs-zoutline)
|
||||
|
|
Loading…
Reference in a new issue