1
Fork 0
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:
Nicolas Goaziou 2024-08-19 21:41:54 +02:00
parent e0f656e85b
commit 1051a6fef3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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