mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-pg: Update to 0.60.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.60. Change-Id: If9e53d22d2921587daa454cc2349a8d85b68648c
This commit is contained in:
parent
7774b9a3fd
commit
1411db3be1
1 changed files with 2 additions and 2 deletions
|
|
@ -26751,7 +26751,7 @@ match and total match information in the mode-line in various search modes.")
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.54")
|
||||
(version "0.60")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
|
@ -26759,7 +26759,7 @@ match and total match information in the mode-line in various search modes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q7s0f1clqr57pifs0wz7kcws0i1gb824c0glrdpmjagax87w28v"))))
|
||||
"143np0qsfk73zzbkpvyj89x135rf9x957yl1wn5psz1x9hp2m195"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-peg))
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue