Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.0.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:45:49 +02:00
parent e11cb6b5d2
commit 9921102f11
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -795,29 +795,27 @@ process, passing on the arguments as command line arguments.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-magit-annex (define-public emacs-magit-annex
(let ((commit "ef5dce6267e9118a5eca82a22bcad0b67826c23a") (package
(revision "1")) (name "emacs-magit-annex")
(package (version "1.8.0")
(name "emacs-magit-annex") (source (origin
(version (git-version "1.7.1" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/magit/magit-annex")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/magit/magit-annex") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0ak4chfn95p2vj3y0wiyimj609a4jfzrfpsc1kn0is1jv3dlkl6c"))))
(base32 (build-system emacs-build-system)
"0vzkydgl889cq173zjl89g2vrddb9abc4a8gljiz3b4a7n5b1nrd")))) (propagated-inputs
(build-system emacs-build-system) `(("magit" ,emacs-magit)
(propagated-inputs ("transient" ,emacs-transient)))
`(("magit" ,emacs-magit) (home-page "https://github.com/magit/magit-annex/")
("transient" ,emacs-transient))) (synopsis "Git-annex support for Magit")
(home-page "https://github.com/magit/magit-annex/") (description
(synopsis "Git-annex support for Magit") "Magit-annex adds a few git-annex operations to the Magit interface.")
(description (license license:gpl3+)))
"Magit-annex adds a few git-annex operations to the Magit interface.")
(license license:gpl3+))))
(define-public emacs-minions (define-public emacs-minions
(package (package
@ -3455,7 +3453,7 @@ kmonad's configuration files (@file{.kbd}).")
(define-public emacs-keycast (define-public emacs-keycast
(package (package
(name "emacs-keycast") (name "emacs-keycast")
(version "1.0.4") (version "1.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3464,7 +3462,7 @@ kmonad's configuration files (@file{.kbd}).")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1g9arjdhdpvsw47ny9gi5k758ya37yza4mr0rhbf02yvrqyfsrgr")))) (base32 "0093v1c5nl2bh1lvccqq6fzpgjald3yypp87dsim982aywl2vlv1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/tarsius/keycast") (home-page "https://github.com/tarsius/keycast")
(synopsis "Show current command and its key in the mode line") (synopsis "Show current command and its key in the mode line")