mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: julia-sortingalgorithms: Update to 1.2.1.
* gnu/packages/julia-xyz.scm (julia-sortingalgorithms): Update to 1.2.1. Change-Id: Ic808dd6a7f73dc9c0afd7101305f1045c60675fb
This commit is contained in:
@@ -6270,7 +6270,7 @@ beginners.")
|
||||
(define-public julia-sortingalgorithms
|
||||
(package
|
||||
(name "julia-sortingalgorithms")
|
||||
(version "1.0.1")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -6279,7 +6279,7 @@ beginners.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "173x77a80xnh99viqa3r7rgdaksvxaw8xyfqw09gwvp4p2zrxivb"))))
|
||||
(base32 "0xf35x67pxm1b7x13il0mi2zn2wdj7dc231chgakfvdiisk9l0k8"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; cycle with StatsBase.jl
|
||||
|
||||
Reference in New Issue
Block a user