guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-repology: Update to 1.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-repology: Update to 1.2.1.
Date: Wed, 23 Feb 2022 05:26:37 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb080d6db6 gnu: emacs-repology: Update to 1.2.1.
fb080d6db6 is described below

commit fb080d6db661075e3f2f04468816125c81c816ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 23 11:25:42 2022 +0100

    gnu: emacs-repology: Update to 1.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.1.
---
 gnu/packages/emacs-xyz.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b08e9ec546..6f38fc6663 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24059,15 +24059,22 @@ buffer and launches Magit from the status buffer for 
the project at point.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]