mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: julia-benchmarktools: Update to 1.3.2.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
This commit is contained in:
parent
71fb8f328d
commit
a11281b01c
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ (define-public julia-bandedmatrices
|
||||||
(define-public julia-benchmarktools
|
(define-public julia-benchmarktools
|
||||||
(package
|
(package
|
||||||
(name "julia-benchmarktools")
|
(name "julia-benchmarktools")
|
||||||
(version "1.1.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -333,7 +333,7 @@ (define-public julia-benchmarktools
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xz3kdrphp4b158pg7dwkiry49phs2fjjpdvk1hjpww5ykxacks8"))))
|
(base32 "02n2pi71jvhsnc25a888i6imimd2c1phg6iyr73b12595lrz175d"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue