From bf796e1b8e5e476aa96a8ef0cc0f1ebcb60edda9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 29 Jul 2021 14:14:04 +0300 Subject: gnu: julia-sortingalgorithms: Update to 1.0.1. * gnu/packages/julia-xyz.scm (julia-sortingalgorithms): Update to 1.0.1. --- gnu/packages/julia-xyz.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 4c0be7ebe9..7ca49c5811 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -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 -- cgit v1.2.3