[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: sbcl-md5: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
09/13: gnu: sbcl-md5: Don't use unstable tarball. |
Date: |
Tue, 23 Jun 2020 10:14:00 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit fffe9a152947801881edb979324183990859f340
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 16:34:34 2020 +0300
gnu: sbcl-md5: Don't use unstable tarball.
* gnu/packages/lisp-xyz.scm (sbcl-md5)[source]: Download using git-fetch.
---
gnu/packages/lisp-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c89ad4a..fd9422a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3592,11 +3592,13 @@ process form data posted with HTTP POST method using
enctype
(version "2.0.4")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/pmai/md5/archive/release-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pmai/md5")
+ (commit (string-append "release-" version))))
+ (file-name (git-file-name "md5" version))
(sha256
- (base32 "19yl9n0pjdz5gw4qi711lka97xcd9f81ylg434hk7jwn9f2s6w11"))))
+ (base32 "1waqxzm7vlc22n92hv8r27anlvvjkkh9slhrky1ww7mdx4mmxwb8"))))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/pmai/md5")
(synopsis
- branch master updated (1ed87c0 -> 6562a38), guix-commits, 2020/06/23
- 01/13: gnu: java-picocli: Use a source file-name., guix-commits, 2020/06/23
- 03/13: gnu: libfreenect: Add a source file-name., guix-commits, 2020/06/23
- 02/13: gnu: xaos: Add a source file-name., guix-commits, 2020/06/23
- 05/13: gnu: miniasm: Don't use unstable tarball., guix-commits, 2020/06/23
- 04/13: gnu: stumpwm-contrib: Add a source file-name., guix-commits, 2020/06/23
- 11/13: gnu: lightgbm: Don't use unstable tarball., guix-commits, 2020/06/23
- 06/13: gnu: miniasm: Make sure all phases return #t., guix-commits, 2020/06/23
- 07/13: gnu: fntsample: Don't use unstable tarball., guix-commits, 2020/06/23
- 08/13: gnu: nototools: Don't use unstable tarball., guix-commits, 2020/06/23
- 09/13: gnu: sbcl-md5: Don't use unstable tarball.,
guix-commits <=
- 10/13: gnu: sonata: Don't use unstable tarball., guix-commits, 2020/06/23
- 12/13: gnu: nzbget: Don't use unstable tarball., guix-commits, 2020/06/23
- 13/13: gnu: pidentd: Don't use unstable tarball., guix-commits, 2020/06/23