gnu: emacs-repology: Update to 1.2.1.

* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.1.
This commit is contained in:
Nicolas Goaziou 2022-02-23 11:25:42 +01:00
parent c026d5cb53
commit fb080d6db6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24059,15 +24059,22 @@ (define-public emacs-repo
(define-public emacs-repology
(package
(name "emacs-repology")
(version "1.1.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"repology-" version ".tar"))
(sha256
(base32 "031245rrhazj53bk1csa6x3ygzvg74w2hwjf08ficwvmdn97li90"))))
(base32 "0la10xnd4ad0rgqmlb5yvhmbpiasjxj149axwcpw9wya2w5k510h"))))
(build-system emacs-build-system)
(arguments
(list
#:tests? #t
#:test-command
#~(list "emacs" "-Q" "-batch"
"-l" "repology-tests.el"
"-f" "ert-run-tests-batch-and-exit")))
(home-page "https://elpa.gnu.org/packages/repology.html")
(synopsis "Repology API access via Elisp")
(description