guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: julia-quadgk: Update to 2.5.0.


From: guix-commits
Subject: 07/13: gnu: julia-quadgk: Update to 2.5.0.
Date: Wed, 8 Feb 2023 02:28:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 213073ee26799b9759159583b6a1a6cc75796a77
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 17:35:30 2023 +0200

    gnu: julia-quadgk: Update to 2.5.0.
    
    * gnu/packages/julia-xyz.scm (julia-quadgk): Update to 2.5.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 30e9e4c0c4..6791678ab1 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4591,7 +4591,7 @@ Julia with little or no overhead (arrays are passed 
without making a copy).")
 (define-public julia-quadgk
   (package
     (name "julia-quadgk")
-    (version "2.4.1")
+    (version "2.5.0")
     (source
       (origin
         (method git-fetch)
@@ -4600,7 +4600,7 @@ Julia with little or no overhead (arrays are passed 
without making a copy).")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1hy0629yai6xflgxaflk9764lzr1lzhlghimxk1aqi212q9c6n33"))))
+         (base32 "0f14dhn0f7ln2j96qvmnsyy9ffzqsngd16ikc136snlxv4k4whiv"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-datastructures))



reply via email to

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