[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: dotherside: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
06/17: gnu: dotherside: Don't use unstable tarball. |
Date: |
Wed, 13 Nov 2019 16:08:50 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit d43f173273a0c5b55938d425f8937dcbc6a17a2a
Author: Efraim Flashner <address@hidden>
Date: Wed Nov 13 21:41:37 2019 +0200
gnu: dotherside: Don't use unstable tarball.
* gnu/packages/qt.scm (dotherside)[source]: Download using git-fetch.
---
gnu/packages/qt.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d3b6a7b..c387b74 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2013,13 +2013,14 @@ time Web content can be enhanced with native controls.")
(version "0.6.3")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/filcuc/DOtherSide/"
- "archive/v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/filcuc/DOtherSide")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0azq7qlsrfdwbd6qsi7d3c1knn42qw0r47g43xf7clwbinapswpz"))))
+ "0r3nh02j2wk0w8pcjnd6myygq7iz0pbpgniv36sjj4k03zag65xn"))))
(build-system cmake-build-system)
(native-inputs
`(("qttools" ,qttools)))
- branch master updated (0e4cee0 -> bc11778), guix-commits, 2019/11/13
- 01/17: gnu: ocproxy: Don't use unstable tarball., guix-commits, 2019/11/13
- 02/17: gnu: efl: Update to 1.23.2., guix-commits, 2019/11/13
- 05/17: gnu: vim-neocomplete: Don't use unstable tarball., guix-commits, 2019/11/13
- 06/17: gnu: dotherside: Don't use unstable tarball.,
guix-commits <=
- 04/17: gnu: luakit: Don't use unstable tarball., guix-commits, 2019/11/13
- 07/17: gnu: dotherside: Update to 0.6.4., guix-commits, 2019/11/13
- 14/17: gnu: vis: Don't use unstable tarball., guix-commits, 2019/11/13
- 09/17: gnu: hstr: Don't use unstable tarball., guix-commits, 2019/11/13
- 08/17: gnu: iniparser: Don't use unstable tarball., guix-commits, 2019/11/13
- 16/17: gnu: utfcpp: Don't use unstable tarball., guix-commits, 2019/11/13
- 03/17: gnu: qmpbackup: Don't use unstable tarball., guix-commits, 2019/11/13
- 11/17: gnu: python-sphinx-gallery: Don't use unstable tarball., guix-commits, 2019/11/13
- 10/17: gnu: sonic: Don't use unstable tarball., guix-commits, 2019/11/13
- 12/17: gnu: clusterssh: Update to 1.8.2., guix-commits, 2019/11/13