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