me
/
guix
Archived
1
0
Fork 0

gnu: emacs-magit-annex: Update to 1.8.1.

* gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.1.
master
Nicolas Goaziou 2021-10-05 09:23:38 +02:00
parent 68ef672b3e
commit 1627fd56d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 10 deletions

View File

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