[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-prodigy-el: Update to 1.0.0.
From: |
guix-commits |
Subject: |
01/02: gnu: emacs-prodigy-el: Update to 1.0.0. |
Date: |
Mon, 31 Oct 2022 18:57:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7cbd32d2fcc00b3300e0950ff6b2c8291dcaa723
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 31 23:53:56 2022 +0100
gnu: emacs-prodigy-el: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-prodigy-el): Update to 1.0.0.
[propagated-inputs]: Reorder alphabetically.
---
gnu/packages/emacs-xyz.scm | 46 ++++++++++++++++++++++------------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 78a853a55f..30ddf4d9c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27470,30 +27470,28 @@ invoked.")
(license license:gpl3+)))
(define-public emacs-prodigy-el
- (let ((commit "0a12eec1f001a4eef16b2c0c524f02f2647a4ff1")
- (revision "2"))
- (package
- (name "emacs-prodigy-el")
- (version (git-version "0.7.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/rejeep/prodigy.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"))))
- (build-system emacs-build-system)
- (propagated-inputs
- (list emacs-dash emacs-s emacs-f))
- (native-inputs
- (list emacs-el-mock emacs-ert-async))
- (home-page "https://github.com/rejeep/prodigy.el")
- (synopsis "Manage external services from within Emacs")
- (description "This package provides a GUI for defining and monitoring
services.")
- (license license:gpl3+))))
+ (package
+ (name "emacs-prodigy-el")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rejeep/prodigy.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "04xspdj67nas1ivv0ldlmmkr6v7zd7y3k346pnfgvq8wzqi6x4vz"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-dash emacs-f emacs-s))
+ (native-inputs
+ (list emacs-el-mock emacs-ert-async))
+ (home-page "https://github.com/rejeep/prodigy.el")
+ (synopsis "Manage external services from within Emacs")
+ (description "This package provides a GUI for defining and monitoring
services.")
+ (license license:gpl3+)))
(define-public emacs-web-server
(package