mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: emacs-pg: Update to 0.39.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.39. Change-Id: I7727ac80bedc14edd83328ebd0a3a4b83744b1a7
This commit is contained in:
parent
77e0b3d85b
commit
acc0ec7a93
1 changed files with 2 additions and 2 deletions
|
@ -23490,7 +23490,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.36")
|
||||
(version "0.39")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -23498,7 +23498,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
|
||||
"1b5dg04pd5s5pq71yc3isl312y1fw88pjvnk8bgjc1f06xhjlrj4"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-peg))
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
|
|
Loading…
Reference in a new issue