gnu: emacs-osm: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.3.

Change-Id: I7355a979cf1676f3cb4f706c59b7f4d91db9c478
This commit is contained in:
Nicolas Goaziou 2024-02-22 14:52:59 +01:00
parent 6689740028
commit 7544c7dbd5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -38680,7 +38680,7 @@ hacker.")
(define-public emacs-osm
(package
(name "emacs-osm")
(version "1.2")
(version "1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -38689,7 +38689,7 @@ hacker.")
(file-name (git-file-name name version))
(sha256
(base32
"0mmq83ill1vzx1x07vxjn53di2cskid2gmj5qqa6694s1xzpywf4"))))
"1dr0415xr7a2h4y4zpjkh0hrrcfw4sa55y8y98131h2n5fzhd5sx"))))
(build-system emacs-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases