mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-wttrin: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-wttrin): Update to 0.2.4. [source]<origin>: Switch to an active upstream repository. Change-Id: I8ef5eb8f53f3a546ea489fa0109f2ec4d025062c
This commit is contained in:
parent
0f9b31e8f8
commit
08ea18680a
1 changed files with 19 additions and 21 deletions
|
@ -29124,28 +29124,26 @@ type.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-wttrin
|
(define-public emacs-wttrin
|
||||||
(let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-wttrin")
|
||||||
(package
|
(version "0.2.4")
|
||||||
(name "emacs-wttrin")
|
(source (origin
|
||||||
(version (git-version "0.2.0" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/cjennings/emacs-wttrin")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/bcbcarl/emacs-wttrin")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"180amp1n0qdn6m6vlzg0ddfxfqf37fjaswfxdxn03298j0jgzw14"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
(list emacs-xterm-color))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/bcbcarl/emacs-wttrin")
|
||||||
(list emacs-xterm-color))
|
(synopsis "Frontend for weather web service @url{wttr.in}")
|
||||||
(home-page "https://github.com/bcbcarl/emacs-wttrin")
|
(description "This package provides local weather information from
|
||||||
(synopsis "Frontend for weather web service @url{wttr.in}")
|
|
||||||
(description "This package provides local weather information from
|
|
||||||
@url{wttr.in}.")
|
@url{wttr.in}.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-browse-kill-ring
|
(define-public emacs-browse-kill-ring
|
||||||
(let ((commit "1ef72cc6accd94cd7032c02b1b2c78ae7f1d1965")
|
(let ((commit "1ef72cc6accd94cd7032c02b1b2c78ae7f1d1965")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue