gnu: emacs-osm: Update to 1.4.

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

Change-Id: I24ce174a0eb09feb33d2bca047a4108a700c95a9
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:13:35 +02:00
parent ce6bea2e0a
commit 8f8ce78726
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39994,7 +39994,7 @@ (define-public emacs-straight-el
(define-public emacs-osm
(package
(name "emacs-osm")
(version "1.3")
(version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -40003,7 +40003,7 @@ (define-public emacs-osm
(file-name (git-file-name name version))
(sha256
(base32
"1dr0415xr7a2h4y4zpjkh0hrrcfw4sa55y8y98131h2n5fzhd5sx"))))
"10l9nhxmshar4swf62rqgzyvpx0fn0dsyjvfg9dd78nmfkagfkh8"))))
(build-system emacs-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases