mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
ce6bea2e0a
commit
8f8ce78726
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue