me
/
guix
Archived
1
0
Fork 0

gnu: emacs-osm: Update to 1.2.

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

Change-Id: I794f486f2fc9dd4dab186c7dbd77f8a79532dedd
master
Nicolas Goaziou 2024-01-01 19:23:17 +01:00
parent 62898c2676
commit 8553499aee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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