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.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-repology: Update to 1.2.2.
Date: Wed, 23 Feb 2022 17:28:55 -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 aea7116aba gnu: emacs-repology: Update to 1.2.2.
aea7116aba is described below

commit aea7116aba7afa52b7e83d29dae48f0e418a4adc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 23 23:28:01 2022 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f38fc6663..86d098f21d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24059,14 +24059,14 @@ buffer and launches Magit from the status buffer for 
the project at point.")
 (define-public emacs-repology
   (package
     (name "emacs-repology")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "repology-" version ".tar"))
        (sha256
-        (base32 "0la10xnd4ad0rgqmlb5yvhmbpiasjxj149axwcpw9wya2w5k510h"))))
+        (base32 "0ggb0zgz24hs5andhyrlpqm0gda0gf1wynzkarj4z7gpk5p9wrpr"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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