gnu: emacs-osm: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.11.
This commit is contained in:
parent
d02b17534a
commit
ae1f9b9c92
1 changed files with 2 additions and 2 deletions
|
@ -36134,7 +36134,7 @@ hacker.")
|
||||||
(define-public emacs-osm
|
(define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(home-page "https://github.com/minad/osm")
|
(home-page "https://github.com/minad/osm")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -36144,7 +36144,7 @@ hacker.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07caffh30sgmcbhxqk3wfpml3310ldvwkqbh19czq7nx4llynixc"))))
|
"1g4scrk7cgdlfyfaycq0576p5kiycy2jsq3iigppz7iky3xiqa9c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue