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


From: guix-commits
Subject: branch master updated: gnu: emacs-repology: Update to 1.2.4.
Date: Tue, 09 Jan 2024 17:27:04 -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 8fefe1b345 gnu: emacs-repology: Update to 1.2.4.
8fefe1b345 is described below

commit 8fefe1b345f866cfcd7ecac9e4627039be10a856
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 9 22:44:37 2024 +0100

    gnu: emacs-repology: Update to 1.2.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.4.
    
    Change-Id: I72b0801ba732a4f34a2891f04d3d1b62674a1bd3
---
 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 99c16f382d..1d99fb30ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29932,14 +29932,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.3")
+    (version "1.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "repology-" version ".tar"))
        (sha256
-        (base32 "1ngx23b7dilyps20nznrrn867kbxyn6nryf4p1sy5m576hkw18kn"))))
+        (base32 "0l53wl0bk8rnqwsjdh1hwvkvbay080l10bslcj3scn42bgbi59j1"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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