mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-greader: Update to 0.13.0.
* gnu/packages/emacs-xyz.scm (emacs-greader): Update to 0.13.0. Change-Id: I6b678be0e21acd0f3c567f64a86b83a296bd9a77
This commit is contained in:
parent
632af32913
commit
52980708d7
1 changed files with 3 additions and 3 deletions
|
|
@ -9076,10 +9076,10 @@ column by drawing a thin line down the length of the editing window.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-greader
|
||||
(let ((commit "07266f027f9e3d4b690142f525b5bbde2cb4b19e")) ;version bump
|
||||
(let ((commit "c3f28c1ca3d6dea5b44b0c7677c94a4a20d6370b")) ;version bump
|
||||
(package
|
||||
(name "emacs-greader")
|
||||
(version "0.12.7")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
|
|
@ -9088,7 +9088,7 @@ column by drawing a thin line down the length of the editing window.")
|
|||
(method git-fetch)
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qg9a3msnh95rj4jmih2j48r8dsisiqd8nlrj1qf3mfl4xr1kb7c"))))
|
||||
(base32 "1al5cqkh7x0wmhf69780pgdm77zrrq5c323nmbqsbifh65d468l6"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue