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 @@ match and total match information in the mode-line in various search modes.")
|
||||||
(define-public emacs-pg
|
(define-public emacs-pg
|
||||||
(package
|
(package
|
||||||
(name "emacs-pg")
|
(name "emacs-pg")
|
||||||
(version "0.35")
|
(version "0.36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
|
"17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-peg))
|
(propagated-inputs (list emacs-peg))
|
||||||
(home-page "https://github.com/emarsden/pg-el")
|
(home-page "https://github.com/emarsden/pg-el")
|
||||||
|
|
Reference in a new issue