mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02: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
|
||||
(package
|
||||
(name "emacs-git-modes")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1514,7 +1514,7 @@ size.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p7985708fc3nln1qazpdqb0qw0sq12hz5rdkqwvijc5iimdr73i"))))
|
||||
(base32 "0nvkpy3bv9816hvgm91fv9l8lla4xras4i05579bs7bc8fck1mr3"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue