mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-repo: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-repo): Update to 0.2.0.
This commit is contained in:
parent
755fb2bce3
commit
d59734d2c1
1 changed files with 2 additions and 2 deletions
|
@ -21245,7 +21245,7 @@ (define-public emacs-dtrt-indent
|
|||
(define-public emacs-repo
|
||||
(package
|
||||
(name "emacs-repo")
|
||||
(version "0.1.3")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -21254,7 +21254,7 @@ (define-public emacs-repo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
|
||||
"0jgiawdnzjlrpx2j1y6djwbqncdpmyfd31q1qf1890049y8ppxnb"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("emacs-el-mock" ,emacs-el-mock)
|
||||
|
|
Loading…
Reference in a new issue