gnu: emacs-znc: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-znc): Update to 0.4.
[source]: Use Github source location instead of Marmalade.
This commit is contained in:
Nicolas Goaziou 2021-08-04 12:14:53 +02:00
parent dc4c830a37
commit 8a9ded775e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4515,15 +4515,16 @@ (define-public emacs-inf-ruby
(define-public emacs-znc
(package
(name "emacs-znc")
(version "0.0.2")
(version "0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://marmalade-repo.org/packages/znc-"
version ".el"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/sshirokov/ZNC.el")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
(base32 "1ran86ycnays9s23wk3iczqqgnpbyx0lijiarx65am3jc1yzg5ia"))))
(build-system emacs-build-system)
(home-page "https://github.com/sshirokov/ZNC.el")
(synopsis "Make ERC and ZNC get along better")