mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-pg: Update to 0.36.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.36. Change-Id: I88fee173c945d1be8d1644d1b87d6eeb240fc0cf
This commit is contained in:
parent
cd8f0454ce
commit
f724a8c662
1 changed files with 2 additions and 2 deletions
|
@ -23169,7 +23169,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.35")
|
||||
(version "0.36")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -23177,7 +23177,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
|
||||
"17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-peg))
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
|
|
Loading…
Reference in a new issue