This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1627fd5 gnu: emacs-magit-annex: Update to 1.8.1.
1627fd5 is described below
commit 1627fd56d5f75d255341821b87f733545a81956d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Oct 5 09:23:38 2021 +0200
gnu: emacs-magit-annex: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.1.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2fb3919..bb821fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -921,16 +921,16 @@ process, passing on the arguments as command line
arguments.")
(define-public emacs-magit-annex
(package
(name "emacs-magit-annex")
- (version "1.8.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/magit/magit-annex")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0ak4chfn95p2vj3y0wiyimj609a4jfzrfpsc1kn0is1jv3dlkl6c"))))
+ (version "1.8.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magit/magit-annex")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1amr2c08mq1nnn6k66mgz4rzyni4np7gxm96g4qyla2cbfbachgk"))))
(build-system emacs-build-system)
(propagated-inputs
`(("magit" ,emacs-magit)