diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-18 15:15:24 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-18 15:19:01 +0200 |
commit | 5b607f37b8c11999ca1a43e7ce46e4bee3976c71 (patch) | |
tree | a687d62ab3b25aa4e11ebe3eb42b86133ceecdc1 | |
parent | 52e160033e6ab2eb141c1e633afa9f0d2f64e6c9 (diff) |
gnu: emacs-osm: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.11.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index daf21b8ee9..043b718c6d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -36132,7 +36132,7 @@ hacker.") (define-public emacs-osm (package (name "emacs-osm") - (version "0.10") + (version "0.11") (home-page "https://github.com/minad/osm") (source (origin (method git-fetch) @@ -36142,7 +36142,7 @@ hacker.") (file-name (git-file-name name version)) (sha256 (base32 - "07caffh30sgmcbhxqk3wfpml3310ldvwkqbh19czq7nx4llynixc")))) + "1g4scrk7cgdlfyfaycq0576p5kiycy2jsq3iigppz7iky3xiqa9c")))) (build-system emacs-build-system) (arguments (list #:phases #~(modify-phases %standard-phases |