1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: emacs-pulsar: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 1.2.0.

Change-Id: Ib4b2ca26e82bef9d8eaed121ddff3c6715a915f9
This commit is contained in:
Nicolas Goaziou 2024-12-24 15:26:43 +01:00
parent 27c9246056
commit 9ee98fbb82
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25789,16 +25789,16 @@ subscription.")
(define-public emacs-pulsar
(package
(name "emacs-pulsar")
(version "1.0.0")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~protesilaos/pulsar")
(url "https://github.com/protesilaos/pulsar")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0kpsjzp65vqaay7m19z1iv97xnf5s76c741q3dil2s6ch0b7866i"))))
"1494f0fn6q99lhsfyjnfm69m31hi9snm3zc6bal67iddkqhc9mfc"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments