[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: xxhash: Don't use unstable tarball.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/15: gnu: xxhash: Don't use unstable tarball. |
Date: |
Fri, 29 Jun 2018 21:54:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1bf1bda93c969c71612ab5b86fe93d0e3d63d534
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 28 22:36:27 2018 +0200
gnu: xxhash: Don't use unstable tarball.
* gnu/packages/digest.scm (xxhash)[source]: Use GIT-FETCH.
---
gnu/packages/digest.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/digest.scm b/gnu/packages/digest.scm
index 5f14ab9..dccba2a 100644
--- a/gnu/packages/digest.scm
+++ b/gnu/packages/digest.scm
@@ -19,7 +19,7 @@
(define-module (gnu packages digest)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
- #:use-module (guix download)
+ #:use-module (guix git-download)
#:use-module (guix build-system gnu))
(define-public xxhash
@@ -28,12 +28,12 @@
(version "0.6.4")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/Cyan4973/xxHash/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Cyan4973/xxHash")
+ (commit (string-append "v" version))))
(sha256
- (base32 "08nv9h3jzg6y85ysy2dj3qvvfsdz0rwkk497a2366syz278wqw25"))))
+ (base32 "1az5vm14rdc3pa3l0wj180wpii14if16diril3gz8q9ip1215gwj"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (fd1395c -> d17d1e7), Tobias Geerinckx-Rice, 2018/06/29
- 02/15: gnu: python2-xopen: Fix build., Tobias Geerinckx-Rice, 2018/06/29
- 04/15: gnu: python-rst.linker: Update to 1.10., Tobias Geerinckx-Rice, 2018/06/29
- 08/15: gnu: petsc: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 11/15: gnu: mumps: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/29
- 12/15: gnu: slepc: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 06/15: gnu: xxhash: Don't use unstable tarball.,
Tobias Geerinckx-Rice <=
- 07/15: gnu: xxhash: Update to 0.6.5., Tobias Geerinckx-Rice, 2018/06/29
- 10/15: gnu: superlu-dist: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 13/15: gnu: wget2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 03/15: gnu: python-xopen: Update to 0.3.3., Tobias Geerinckx-Rice, 2018/06/29
- 05/15: gnu: tlsdate: Bump COMPILE_DATE., Tobias Geerinckx-Rice, 2018/06/29
- 09/15: gnu: scotch: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 14/15: gnu: ristretto: Update to 0.8.3., Tobias Geerinckx-Rice, 2018/06/29
- 01/15: gnu: python-parso: Update to 0.2.1., Tobias Geerinckx-Rice, 2018/06/29
- 15/15: gnu: libgphoto2: Update to 2.5.18., Tobias Geerinckx-Rice, 2018/06/29