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:
Nicolas Goaziou 2021-02-17 15:19:05 +01:00
parent 755fb2bce3
commit d59734d2c1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)