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: I8ef5eb8f53f3a546ea489fa0109f2ec4d025062cmaster
parent
0f9b31e8f8
commit
08ea18680a
|
@ -29124,20 +29124,18 @@ type.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-wttrin
|
||||
(let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-wttrin")
|
||||
(version (git-version "0.2.0" revision commit))
|
||||
(version "0.2.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/bcbcarl/emacs-wttrin")
|
||||
(commit commit)))
|
||||
(url "https://github.com/cjennings/emacs-wttrin")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
|
||||
"180amp1n0qdn6m6vlzg0ddfxfqf37fjaswfxdxn03298j0jgzw14"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-xterm-color))
|
||||
|
@ -29145,7 +29143,7 @@ type.")
|
|||
(synopsis "Frontend for weather web service @url{wttr.in}")
|
||||
(description "This package provides local weather information from
|
||||
@url{wttr.in}.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public emacs-browse-kill-ring
|
||||
(let ((commit "1ef72cc6accd94cd7032c02b1b2c78ae7f1d1965")
|
||||
|
|
Reference in New Issue