[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/203: gnu: emacs-monroe: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
74/203: gnu: emacs-monroe: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4f8fd64cf5b4d61ee30049268f4b0a61266f0e0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:22:43 2019 +0200
gnu: emacs-monroe: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-monroe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1ba61a3..319442f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5608,19 +5608,19 @@ used for reverse direction.")
(name "emacs-monroe")
(version "0.3.1")
(source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/sanel/monroe/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sanel/monroe.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"))))
(build-system emacs-build-system)
(home-page "https://github.com/sanel/monroe")
(synopsis "Clojure nREPL client for Emacs")
(description
- "Monroe is a nREPL client for Emacs, focused on simplicity and easy
+ "Monroe is a nREPL client for Emacs, focused on simplicity and easy
distribution, primarily targeting Clojure users")
(license license:gpl3+)))
- 91/203: gnu: emacs-kv: Use GIT-FILE-NAME., (continued)
- 91/203: gnu: emacs-kv: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 96/203: gnu: emacs-undo-tree: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 111/203: gnu: emacs-org-mind-map: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 112/203: gnu: emacs-tree-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 121/203: gnu: emacs-yasnippet-snippets: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 120/203: gnu: eless: Don't use unstable tarball., guix-commits, 2019/04/10
- 122/203: gnu: emacs-mocker: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 125/203: gnu: emacs-evil-quickscope: Don't use unstable tarball., guix-commits, 2019/04/10
- 143/203: gnu: emacs-highlight-indentation: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 147/203: gnu: emacs-evil-collection: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 74/203: gnu: emacs-monroe: Don't use unstable tarball.,
guix-commits <=
- 76/203: gnu: emacs-ht: Don't use unstable tarball., guix-commits, 2019/04/10
- 86/203: gnu: emacs-diminish: Don't use unstable tarball., guix-commits, 2019/04/10
- 88/203: gnu: emacs-xmlgen: Don't use unstable tarball., guix-commits, 2019/04/10
- 73/203: gnu: emacs-helm-projectile: Don't use unstable tarball., guix-commits, 2019/04/10
- 102/203: gnu: emacs-commander: Don't use unstable tarball., guix-commits, 2019/04/10
- 105/203: gnu: emacs-pyvenv: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 109/203: gnu: emacs-org-edit-latex: Don't use unstable tarball., guix-commits, 2019/04/10
- 132/203: gnu: emacs-pass: Don't use unstable tarball., guix-commits, 2019/04/10
- 142/203: gnu: emacs-find-file-in-project: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 137/203: gnu: emacs-build-farm: Use GIT-FILE-NAME., guix-commits, 2019/04/10