gnu: emacs-pg: Update to 0.36.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.36. Change-Id: I88fee173c945d1be8d1644d1b87d6eeb240fc0cfmaster
parent
cd8f0454ce
commit
f724a8c662
|
@ -23169,7 +23169,7 @@ match and total match information in the mode-line in various search modes.")
|
|||
(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 @@ match and total match information in the mode-line in various search modes.")
|
|||
(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")
|
||||
|
|
Reference in New Issue