guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8.


From: Efraim Flashner
Subject: [bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8.
Date: Wed, 14 Dec 2022 22:35:20 +0200

* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.12.8.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3da94b74d7..648a2a4210 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4089,7 +4089,7 @@ (define-public julia-orderedcollections
 (define-public julia-offsetarrays
   (package
     (name "julia-offsetarrays")
-    (version "1.10.3")
+    (version "1.12.8")
     (source
      (origin
        (method git-fetch)
@@ -4098,7 +4098,7 @@ (define-public julia-offsetarrays
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j5a8ar8yc0j9h87gwfyrcqm23wpyv5yv5gn8vzilpg4vr0fiasc"))))
+        (base32 "09cidr42q0xwp6wwyaw09hl580vqi85wb5f78pxrxcfm75yg3xki"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-adapt))
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]