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:
Nicolas Goaziou 2024-04-30 19:03:12 +02:00
parent 3d70123503
commit 82ce4005e7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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