[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/38: gnu: sedsed: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
22/38: gnu: sedsed: Don't use unstable tarball. |
Date: |
Fri, 8 Feb 2019 18:02:33 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7d6e8fda61fa5c198d044ababe9f567ba1f8414e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 23 10:43:31 2018 +0100
gnu: sedsed: Don't use unstable tarball.
* gnu/packages/admin.scm (sedsed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/admin.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2b60e91..2381efa 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2303,16 +2303,16 @@ in order to be able to find it.
(version "1.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/aureliojargas/sedsed/"
- "archive/v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aureliojargas/sedsed.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0139jkqvm8ipiwfj7k69ry2f9b1ffgpk79arpz4r7w9kf6h23bnh"))))
+ (base32 "0009lsjsxhqmgaklpwq15hhd94hpiy7r4va69yy0ig3mxi6zbg2z"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f ; No tests.
+ `(#:tests? #f ; no tests
#:python ,python-2
#:phases
(modify-phases %standard-phases
- 19/38: gnu: progress: Don't use unstable tarball., (continued)
- 19/38: gnu: progress: Don't use unstable tarball., guix-commits, 2019/02/08
- 32/38: gnu: abiword: Don't use NAME in source URI., guix-commits, 2019/02/08
- 37/38: gnu: perl-compress-raw-zlib: Update to 2.084., guix-commits, 2019/02/08
- 38/38: gnu: perl-io-compress: Update to 2.084., guix-commits, 2019/02/08
- 30/38: gnu: compton: Don't use unstable tarball., guix-commits, 2019/02/08
- 09/38: gnu: hungrycat: Don't use NAME in source URI., guix-commits, 2019/02/08
- 06/38: gnu: florence: Don't use NAME in source URI., guix-commits, 2019/02/08
- 18/38: gnu: dstat: Don't use unstable tarball., guix-commits, 2019/02/08
- 20/38: gnu: cpulimit: Don't use unstable tarball., guix-commits, 2019/02/08
- 15/38: gnu: daemontools: Don't assume sources match NAME., guix-commits, 2019/02/08
- 22/38: gnu: sedsed: Don't use unstable tarball.,
guix-commits <=
- 24/38: gnu: cbatticon: Don't use unstable tarball., guix-commits, 2019/02/08
- 23/38: gnu: interrobang: Use GIT-... helpers., guix-commits, 2019/02/08
- 34/38: gnu: gcab: Update to 1.2., guix-commits, 2019/02/08
- 28/38: gnu: microscheme: Don't use unstable tarball., guix-commits, 2019/02/08
- 33/38: gnu: libraw: Update to 0.19.2., guix-commits, 2019/02/08
- 29/38: gnu: bspwm: Don't use unstable tarball., guix-commits, 2019/02/08
- 17/38: gnu: sunxi-tools: Don't use unstable tarball., guix-commits, 2019/02/08
- 31/38: gnu: rdesktop: Don't use NAME in source URI., guix-commits, 2019/02/08
- 36/38: gnu: perl-compress-raw-bzip2: Update to 2.084., guix-commits, 2019/02/08
- 35/38: gnu: gcab: Don't use NAME in source URI., guix-commits, 2019/02/08