1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-pgmacs: Update to 0.30.

* gnu/packages/emacs-xyz.scm (emacs-pgmacs): Update to 0.30.
(emacs-pgmacs-0.42): Deprecate in favor of emacs-pgmacs.

Change-Id: I92ef31c6072cf970cfc53e71d7431573a93652b6
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
jgart
2026-04-01 11:51:13 -04:00
parent 6287b5c33b
commit 26cb472c04

View File

@@ -28167,7 +28167,7 @@ end users.")
(define-public emacs-pgmacs
(package
(name "emacs-pgmacs")
(version "0.42")
(version "0.30")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -28176,7 +28176,7 @@ end users.")
(file-name (git-file-name name version))
(sha256
(base32
"0pf8y64hka1fl47dphmh4xgxiwfsd0g4q2fazq5yc48zwr9nsf02"))))
"0f4mbamk2n9l7qwhi2n1kwvng6wa9yp6k2w1qn6yc07pri2mb6yc"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-pg))
@@ -28185,6 +28185,12 @@ end users.")
(home-page "https://github.com/emarsden/pgmacs")
(license license:gpl3+)))
(define-public emacs-pgmacs-0.42
(package
(inherit emacs-pgmacs)
(version "0.42")
(properties `((superseded . ,emacs-pgmacs)))))
(define-public emacs-finalize
(package
(name "emacs-finalize")