[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: muparser: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
06/12: gnu: muparser: Don't use unstable tarball. |
Date: |
Sun, 14 Apr 2019 23:18:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 67f1db3864ff26048d852adbc2bac4a67fce3879
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:17:35 2019 +0200
gnu: muparser: Don't use unstable tarball.
* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/maths.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ccb7a56..a71e783 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2950,13 +2950,13 @@ associated functions (eg. contiguous and non-contiguous
submatrix views).")
(version (string-append upstream-version "-" revision))
(source
(origin
- (method url-fetch)
- (uri (string-append
"https://github.com/beltoforion/muparser/archive/v"
- upstream-version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/beltoforion/muparser.git")
+ (commit (string-append "v" upstream-version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0277qsi5l23jsck1vhn383bmvc2n9l4a1dl5r9bf7hvjv9ayyrh6"))))
+ (base32 "0f0g4995xngf1pp3zr4p6ai2f8v6f8bxwa0k8ayjjiv1l8h44m24"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-samples=no")
- branch master updated (f6e3f0f -> a8f52ad), guix-commits, 2019/04/14
- 02/12: gnu: ocaml4.02-ezjsonm: Fix tag., guix-commits, 2019/04/14
- 04/12: gnu: camlp5: Don't use unstable tarball., guix-commits, 2019/04/14
- 08/12: gnu: hypre: Don't use unstable tarball., guix-commits, 2019/04/14
- 10/12: gnu: sbcl-cffi-bootstrap: Don't use unstable tarball., guix-commits, 2019/04/14
- 12/12: gnu: laby: Fix build., guix-commits, 2019/04/14
- 01/12: gnu: ocamlbuild: Don't use unstable tarball., guix-commits, 2019/04/14
- 05/12: gnu: emacs-tuareg: Don't use unstable tarball., guix-commits, 2019/04/14
- 03/12: gnu: address@hidden: Don't use unstable tarball., guix-commits, 2019/04/14
- 07/12: gnu: openspecfun: Don't use unstable tarball., guix-commits, 2019/04/14
- 06/12: gnu: muparser: Don't use unstable tarball.,
guix-commits <=
- 11/12: gnu: sbcl-hunchentoot: Don't use unstable tarball., guix-commits, 2019/04/14
- 09/12: gnu: hypre: Update to 2.15.1., guix-commits, 2019/04/14