mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ol-notmuch: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.1.0. [source, home-page]: Update upstream URL. Change-Id: I088cc9dd0b2689bd1054b971a1b849bfe0fa33de
This commit is contained in:
parent
2ba0b109b4
commit
28a204e35d
1 changed files with 4 additions and 4 deletions
|
@ -10199,21 +10199,21 @@ src blocks.")
|
||||||
(define-public emacs-ol-notmuch
|
(define-public emacs-ol-notmuch
|
||||||
(package
|
(package
|
||||||
(name "emacs-ol-notmuch")
|
(name "emacs-ol-notmuch")
|
||||||
(version "2.0.2")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~tarsius/ol-notmuch")
|
(url "https://github.com/tarsius/ol-notmuch")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hqppr7z3b9wwlsh5ahv3n3snqll6ipdczk47g72bihzjvg9fxyn"))
|
"1xipph77bzxhd6jspxz0ppja4p0wzrkhp4y41nix3lcky3f7a6s1"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat emacs-notmuch emacs-org))
|
(list emacs-compat emacs-notmuch emacs-org))
|
||||||
(home-page "https://git.sr.ht/~tarsius/ol-notmuch")
|
(home-page "https://github.com/tarsius/ol-notmuch")
|
||||||
(synopsis "Links to notmuch messages for Emacs' Org mode")
|
(synopsis "Links to notmuch messages for Emacs' Org mode")
|
||||||
(description
|
(description
|
||||||
"This package implements links to Notmuch messages and searches for
|
"This package implements links to Notmuch messages and searches for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue