mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-git-modes: Update to 1.4.3.
* gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.3. Change-Id: I72f7e5e9569d597c37153a5e429d29ce1d66a370
This commit is contained in:
parent
2f451d6cf9
commit
8e9968ad99
1 changed files with 3 additions and 3 deletions
|
@ -1459,16 +1459,16 @@ size.")
|
||||||
(define-public emacs-git-modes
|
(define-public emacs-git-modes
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-modes")
|
(name "emacs-git-modes")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/magit/git-modes")
|
(url "https://github.com/magit/git-modes")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0npwjcm04gg1cy19gsha5m6my9xa0din860gv3h32cx8q3nizjjc"))))
|
(base32 "0p7985708fc3nln1qazpdqb0qw0sq12hz5rdkqwvijc5iimdr73i"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue