From 48a949b651872c8dcb37e99df53ae315f4058c07 Mon Sep 17 00:00:00 2001 From: Simon Tournier Date: Fri, 14 Feb 2025 17:49:38 +0100 Subject: DRAFT TODO gnu: julia-chainrulescore: Update to 1.25.1. * gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 1.25.1. Change-Id: I5f605e8f8637a1901b360c6219b704c476855c57 --- gnu/packages/julia-xyz.scm | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 6e74c0e1acb..ea4c925af01 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1006,7 +1006,7 @@ execute forward-, reverse-, and mixed-mode primitives.") (define-public julia-chainrulescore (package (name "julia-chainrulescore") - (version "1.12.2") + (version "1.25.1") (source (origin (method git-fetch) @@ -1015,19 +1015,9 @@ execute forward-, reverse-, and mixed-mode primitives.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lgfcsb7f6c7knhiz5dbqh8x47d370pn71y9ys2y6763g0b4pm61")))) + (base32 "0pklqnndhx05ask4719d5yqq1p2l5wx9q79paa704q482sh5cgwz")))) (build-system julia-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'adjust-tests - (lambda _ - (substitute* "test/tangent_types/tangent.jl" - ;; This test is disabled after the release. - (("@test haskey.*Float.*") "") - (("@test (.*construct)" _ test) - (string-append "@test_broken " test)))))))) + (arguments (list #:tests? #f)) (inputs ;required for tests (list julia-benchmarktools julia-staticarrays)) -- cgit v1.2.3