[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: js-html5shiv: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
01/10: gnu: js-html5shiv: Don't use unstable tarball. |
Date: |
Sun, 8 Sep 2019 12:04:06 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8a35e58a27a4d06f2bed7d6a6b106ed6d242555c
Author: Efraim Flashner <address@hidden>
Date: Sun Sep 8 15:44:05 2019 +0300
gnu: js-html5shiv: Don't use unstable tarball.
* gnu/packages/javascript.scm (js-html5shiv)[source]: Use 'git-fetch'.
---
gnu/packages/javascript.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 9e1818d..472fd5e 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -194,13 +194,14 @@ Media Queries.")
(name "js-html5shiv")
(version "3.7.3")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/aFarkas/html5shiv/"
- "archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aFarkas/html5shiv")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0inlbpxpqzdyi24lqagzf7l24zxg0y02xcpqs2h4npjscazzw7hg"))))
+ "0y1c5nyq0brl9fjdihhax33vks4s1ij9iv113879sg3zflmgqpd0"))))
(build-system minify-build-system)
(home-page "https://github.com/aFarkas/html5shiv")
(synopsis "Enable HTML5 sectioning elements in legacy browsers")
- branch master updated (ccdfae3 -> 97f6004), guix-commits, 2019/09/08
- 01/10: gnu: js-html5shiv: Don't use unstable tarball.,
guix-commits <=
- 02/10: gnu: js-strftime: Don't use unstable tarball., guix-commits, 2019/09/08
- 05/10: gnu: js-selectize: Update to 0.12.6., guix-commits, 2019/09/08
- 06/10: gnu: js-es5-shim: Don't use unstable tarball., guix-commits, 2019/09/08
- 03/10: gnu: js-highlight: Don't use unstable tarball., guix-commits, 2019/09/08
- 07/10: gnu: js-es5-shim: Update to 4.5.13., guix-commits, 2019/09/08
- 04/10: gnu: js-selectize: Don't use unstable tarball., guix-commits, 2019/09/08
- 08/10: gnu: js-filesaver: Don't use unstable tarball., guix-commits, 2019/09/08
- 10/10: gnu: js-respond: Don't use unstable-tarball., guix-commits, 2019/09/08
- 09/10: gnu: js-respond: Use minify-build-system., guix-commits, 2019/09/08