mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pg: Update to 0.48.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.48. Change-Id: Idacc574b0661dabef21ee98e6dbd5f21952e6d2b
This commit is contained in:
parent
ee2d2531ff
commit
d8b44c561a
1 changed files with 2 additions and 2 deletions
|
@ -24959,7 +24959,7 @@ match and total match information in the mode-line in various search modes.")
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.46")
|
||||
(version "0.48")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -24967,7 +24967,7 @@ match and total match information in the mode-line in various search modes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i2ckljbfnc1sgjs14zpzppv1i1icidkrhzss3gkl7fj5wqgdqlh"))))
|
||||
"0xgs49acgvjgjlrndx9gxajzh3aml0yn9dln94j51fr1knjwa441"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-peg))
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue