mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: emacs-repo: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-repo): Update to 0.3.0. Change-Id: I3922db1d9a9b1a205d13f0e2c51502aa90de0207
This commit is contained in:
parent
3d70123503
commit
82ce4005e7
1 changed files with 2 additions and 2 deletions
|
@ -30442,7 +30442,7 @@ (define-public emacs-dtrt-indent
|
|||
(define-public emacs-repo
|
||||
(package
|
||||
(name "emacs-repo")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -30451,7 +30451,7 @@ (define-public emacs-repo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jgiawdnzjlrpx2j1y6djwbqncdpmyfd31q1qf1890049y8ppxnb"))))
|
||||
"0y8j3hf5r69fxj2vsbaxwr9qdchddn53w25xzmxv1kfh6hbagzv3"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-el-mock emacs-ert-runner))
|
||||
|
|
Loading…
Reference in a new issue