guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: julia-benchmarktools: Update to 1.3.2.


From: guix-commits
Subject: 02/07: gnu: julia-benchmarktools: Update to 1.3.2.
Date: Sat, 10 Dec 2022 14:12:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a11281b01c1563096592c539b0ef4037d3a193b6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Dec 9 11:21:42 2022 +0200

    gnu: julia-benchmarktools: Update to 1.3.2.
    
    * gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
---
 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 9908b997c8..3c813bdc15 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -324,7 +324,7 @@ the entries on the bands.")
 (define-public julia-benchmarktools
   (package
     (name "julia-benchmarktools")
-    (version "1.1.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -333,7 +333,7 @@ the entries on the bands.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xz3kdrphp4b158pg7dwkiry49phs2fjjpdvk1hjpww5ykxacks8"))))
+        (base32 "02n2pi71jvhsnc25a888i6imimd2c1phg6iyr73b12595lrz175d"))))
     (build-system julia-build-system)
     (arguments
      (list



reply via email to

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