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.4.
* gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.4. Change-Id: I6057f7b72ddc3cce77034a51a7a30d0cc4877392
This commit is contained in:
parent
e0f656e85b
commit
1051a6fef3
1 changed files with 2 additions and 2 deletions
|
@ -1505,7 +1505,7 @@ size.")
|
||||||
(define-public emacs-git-modes
|
(define-public emacs-git-modes
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-modes")
|
(name "emacs-git-modes")
|
||||||
(version "1.4.3")
|
(version "1.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1514,7 +1514,7 @@ size.")
|
||||||
(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 "0p7985708fc3nln1qazpdqb0qw0sq12hz5rdkqwvijc5iimdr73i"))))
|
(base32 "0nvkpy3bv9816hvgm91fv9l8lla4xras4i05579bs7bc8fck1mr3"))))
|
||||||
(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