mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-osm: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.2. Change-Id: I794f486f2fc9dd4dab186c7dbd77f8a79532dedd
This commit is contained in:
parent
62898c2676
commit
8553499aee
1 changed files with 2 additions and 2 deletions
|
@ -38226,7 +38226,7 @@ (define-public emacs-straight-el
|
|||
(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 @@ (define-public emacs-osm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y0zkfc27pnhz5hqpapsqin2kc6al1zjgd6cd4nhzqmh49h81bsb"))))
|
||||
"0mmq83ill1vzx1x07vxjn53di2cskid2gmj5qqa6694s1xzpywf4"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue