me
/
guix
Archived
1
0
Fork 0

gnu: emacs-url-scgi: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-url-scgi): Update to 0.9.
master
Nicolas Goaziou 2023-02-01 22:09:22 +01:00
parent 8d72bbacf6
commit 04d0a47afe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -15651,14 +15651,14 @@ automatically discovered and presented in recency order.")
(define-public emacs-url-scgi
(package
(name "emacs-url-scgi")
(version "0.8")
(version "0.9")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"url-scgi-" version ".tar"))
(sha256
(base32
"1837vyamwk5mp2nf3k477hyr5pq1xy6p7br7kl6h2k8jmxqy3mlj"))))
"0mfbqr03302gk38aamlg1lgdznd6y3blcc3zizfb72ppb87j78mc"))))
(build-system emacs-build-system)
(home-page "https://github.com/skangas/url-scgi/")
(synopsis "SCGI support for url.el")