[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dbbd98b4a5e2b3e3dbc03dfc1c050173d221bf41
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:38:46 2019 +0200
gnu: emacs-fancy-narrow: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-fancy-narrow)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c79e09b..1cedf36 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10379,13 +10379,13 @@ duplicate hook and function names further into a
single declarative call.")
(version "0.9.5")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/Malabarba/fancy-narrow/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Malabarba/fancy-narrow.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n"))))
+ (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
(build-system emacs-build-system)
(home-page "https://github.com/Malabarba/fancy-narrow/releases")
(synopsis "Imitate @code{narrow-to-region} with more eye candy")
- 170/203: gnu: emacs-sourcemap: Don't use unstable tarball., (continued)
- 170/203: gnu: emacs-sourcemap: Don't use unstable tarball., guix-commits, 2019/04/10
- 168/203: gnu: emacs-elisp-refs: Don't use unstable tarball., guix-commits, 2019/04/10
- 163/203: gnu: emacs-datetime: Don't use unstable tarball., guix-commits, 2019/04/10
- 169/203: gnu: emacs-edit-server: Don't use unstable tarball., guix-commits, 2019/04/10
- 171/203: gnu: emacs-parent-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 185/203: gnu: emacs-logview: Don't use unstable tarball., guix-commits, 2019/04/10
- 173/203: gnu: emacs-hy-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 188/203: gnu: emacs-f3: Don't use unstable tarball., guix-commits, 2019/04/10
- 184/203: gnu: emacs-helpful: Don't use unstable tarball., guix-commits, 2019/04/10
- 182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball., guix-commits, 2019/04/10
- 181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball.,
guix-commits <=
- 189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball., guix-commits, 2019/04/10
- 193/203: gnu: emacs-ido-vertical-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 192/203: gnu: emacs-parinfer-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 190/203: gnu: emacs-visual-regexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 194/203: gnu: emacs-wordgen: Don't use unstable tarball., guix-commits, 2019/04/10
- 191/203: gnu: emacs-highlight-defined: Don't use unstable tarball., guix-commits, 2019/04/10
- 203/203: gnu: emacs-nix-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 198/203: gnu: emacs-company-restclient: Don't use unstable tarball., guix-commits, 2019/04/10
- 197/203: gnu: emacs-git-auto-commit-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 158/203: gnu: emacs-biblio: Don't use unstable tarball., guix-commits, 2019/04/10