[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: guile-colorized: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
01/18: gnu: guile-colorized: Don't use unstable tarball. |
Date: |
Mon, 11 Mar 2019 21:22:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1340ce2899acebf0ff5eec64c7db881497427016
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Mar 12 01:52:50 2019 +0100
gnu: guile-colorized: Don't use unstable tarball.
* gnu/packages/guile-xyz.scm (guile-colorized)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/guile-xyz.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1ef523d..60f3325 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -605,14 +605,15 @@ using Guile's foreign function interface.")
(package
(name "guile-colorized")
(version "0.1")
- (source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/NalaGinrut/guile-colorized/"
- "archive/v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "16xhc3an6aglnca8xl3mvgi8hsqzqn68vsl5ga4bz8bvbap5fn4p"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/NalaGinrut/guile-colorized.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10mv8c63159r3qvwwdvsgnsvdg7nc2ghak85zapwqpv4ywrqp9zc"))))
(build-system guile-build-system)
(native-inputs
`(("guile" ,guile-2.2)))
- 18/18: gnu: freedink-engine: Update to 109.6., (continued)
- 18/18: gnu: freedink-engine: Update to 109.6., guix-commits, 2019/03/11
- 16/18: gnu: kicad-symbols: Use GIT-FILE-NAME., guix-commits, 2019/03/11
- 03/18: gnu: perl-sql-abstract: Update to 1.86., guix-commits, 2019/03/11
- 15/18: gnu: kicad-symbols: Update to 5.0.2., guix-commits, 2019/03/11
- 14/18: gnu: kicad: Don't use NAME in source URI., guix-commits, 2019/03/11
- 09/18: gnu: gcompris-qt: Update to 0.96., guix-commits, 2019/03/11
- 13/18: gnu: kicad: Update to 5.0.2., guix-commits, 2019/03/11
- 10/18: gnu: python-sqlalchemy: Update to 1.3.1., guix-commits, 2019/03/11
- 08/18: gnu: python-sql: Update to 1.0.0., guix-commits, 2019/03/11
- 04/18: gnu: perl-dbd-mysql: Update to 4.050., guix-commits, 2019/03/11
- 01/18: gnu: guile-colorized: Don't use unstable tarball.,
guix-commits <=
- 12/18: gnu: gtkwave: Update to 3.3.99., guix-commits, 2019/03/11
- 11/18: gnu: python-sqlalchemy: Use HTTPS home page., guix-commits, 2019/03/11
- 07/18: gnu: python-pyodbc: Update to 4.0.25., guix-commits, 2019/03/11
- 05/18: gnu: perl-dbd-sqlite: Update to 1.62., guix-commits, 2019/03/11
- 06/18: gnu: python-psycopg2: Update to 2.7.7., guix-commits, 2019/03/11