[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-repology: Update to 1.1.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-repology: Update to 1.1.0. |
Date: |
Thu, 28 Jan 2021 18:07:47 -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 5c8765e gnu: emacs-repology: Update to 1.1.0.
5c8765e is described below
commit 5c8765e9898f0cfc51d34bf9602725840af6eabb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 29 00:06:55 2021 +0100
gnu: emacs-repology: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.1.0.
---
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 44e97bf..28c7b41 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21233,14 +21233,14 @@ buffer and launches Magit from the status buffer for
the project at point.")
(define-public emacs-repology
(package
(name "emacs-repology")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"repology-" version ".tar"))
(sha256
- (base32 "0y12496wafx95izah8vvv1x86k1m8kysm5mlhvshkp0zbpvmb5iq"))))
+ (base32 "031245rrhazj53bk1csa6x3ygzvg74w2hwjf08ficwvmdn97li90"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/repology.html")
(synopsis "Repology API access via Elisp")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-repology: Update to 1.1.0.,
guix-commits <=