guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: julia-pooledarrays: Update to 1.3.0.


From: guix-commits
Subject: 11/11: gnu: julia-pooledarrays: Update to 1.3.0.
Date: Thu, 7 Oct 2021 01:42:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ddec49858a27cf68fd39b2ff61514cca87329a5e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 6 16:20:14 2021 +0300

    gnu: julia-pooledarrays: Update to 1.3.0.
    
    * gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.3.0.
---
 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 ef2fd75..4c1fab8 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3080,7 +3080,7 @@ plotting components.")
 (define-public julia-pooledarrays
   (package
     (name "julia-pooledarrays")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
       (origin
         (method git-fetch)
@@ -3089,7 +3089,7 @@ plotting components.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0ihvhzkxdw4qf0i6sbrickhdcwkmlin9zyixxn9xvgzm8nc0iwqy"))))
+         (base32 "0qdwvf1p5z6z0q4s4hn85ysd8wq47zy6hlzddc5ijvhk86ccqlrr"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-dataapi" ,julia-dataapi)))



reply via email to

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