gnu: julia-sortingalgorithms: Update to 1.0.1.
* gnu/packages/julia-xyz.scm (julia-sortingalgorithms): Update to 1.0.1.
parent
b9264f2870
commit
bf796e1b8e
|
@ -3480,18 +3480,16 @@ types are fixed after creation.")
|
||||||
(define-public julia-sortingalgorithms
|
(define-public julia-sortingalgorithms
|
||||||
(package
|
(package
|
||||||
(name "julia-sortingalgorithms")
|
(name "julia-sortingalgorithms")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/JuliaCollections/SortingAlgorithms.jl")
|
(url "https://github.com/JuliaCollections/SortingAlgorithms.jl")
|
||||||
;; Tagging releases is hard:
|
(commit (string-append "v" version))))
|
||||||
;; https://github.com/JuliaCollections/SortingAlgorithms.jl/issues/41#issuecomment-840587380
|
|
||||||
(commit "aa2b98d384ddd132aae0219e68fb63b92513cb35")))
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13zbx18psxrg4fvkqgp0m7g484vrama2xm6902bbls30801hgljg"))))
|
(base32 "173x77a80xnh99viqa3r7rgdaksvxaw8xyfqw09gwvp4p2zrxivb"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; cycle with StatsBase.jl
|
`(#:tests? #f)) ; cycle with StatsBase.jl
|
||||||
|
|
Reference in New Issue