mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-notmuch-maildir: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 1.3.0. [source,home-page]: Update upstream location. Change-Id: Id898378fa73e12a4f5e8f4a2bf4d3bc8ef18c18a
This commit is contained in:
parent
84d6eac0f5
commit
69cc12f9b5
1 changed files with 4 additions and 4 deletions
|
|
@ -36111,23 +36111,23 @@ given search terms.")
|
|||
(define-public emacs-notmuch-maildir
|
||||
(package
|
||||
(name "emacs-notmuch-maildir")
|
||||
(version "0.2.3")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||
(url "https://github.com/tarsius/notmuch-maildir")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00b0jzb6k629bwnrci36wmi2s48cddqva3v8b0bwz2ik43ba8d0n"))))
|
||||
(base32 "1b31qqbdnj2zf9bcs1za5am5gs3xpzsxln269kd2c53pzffbnvyg"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "make" "check-declare")))
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-notmuch))
|
||||
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||
(home-page "https://github.com/tarsius/notmuch-maildir")
|
||||
(synopsis "Visualize maildirs as a tree")
|
||||
(description
|
||||
"This package can visualize maildirs hierarchically in Notmuch's ``hello
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue