me
/
guix
Archived
1
0
Fork 0

gnu: emacs-repology: Update to 1.2.1.

* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.1.
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
1 changed files with 9 additions and 2 deletions

View File

@ -24059,15 +24059,22 @@ buffer and launches Magit from the status buffer for the project at point.")
(define-public emacs-repology (define-public emacs-repology
(package (package
(name "emacs-repology") (name "emacs-repology")
(version "1.1.0") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/" (uri (string-append "https://elpa.gnu.org/packages/"
"repology-" version ".tar")) "repology-" version ".tar"))
(sha256 (sha256
(base32 "031245rrhazj53bk1csa6x3ygzvg74w2hwjf08ficwvmdn97li90")))) (base32 "0la10xnd4ad0rgqmlb5yvhmbpiasjxj149axwcpw9wya2w5k510h"))))
(build-system emacs-build-system) (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") (home-page "https://elpa.gnu.org/packages/repology.html")
(synopsis "Repology API access via Elisp") (synopsis "Repology API access via Elisp")
(description (description