1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-consult-notmuch: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 1.0.0.

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves
2025-02-13 03:28:41 +01:00
committed by Ian Eure
parent faf21a092c
commit f7fb297f2d

View File

@@ -13375,7 +13375,7 @@ replaced with the directory you choose.")
(define-public emacs-consult-notmuch
(package
(name "emacs-consult-notmuch")
(version "0.8.1")
(version "1.0.0")
(source
(origin
(method git-fetch)
@@ -13384,7 +13384,7 @@ replaced with the directory you choose.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0gcd69i99prnskh1na7clydqgh1y9rbzkdc6dy9zmin9hfdrw1yd"))))
(base32 "1kgi3y1lkp1jd784ncyysr5yimyq6bjpvgx9wxfca14ylb8my37a"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-consult emacs-notmuch))