3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: julia-sortingalgorithms: Update to 1.0.1.

* gnu/packages/julia-xyz.scm (julia-sortingalgorithms): Update to 1.0.1.
This commit is contained in:
Efraim Flashner 2021-07-29 14:14:04 +03:00
parent b9264f2870
commit bf796e1b8e
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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