guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: julia-scratch: Update to 1.1.0.


From: guix-commits
Subject: 10/10: gnu: julia-scratch: Update to 1.1.0.
Date: Mon, 14 Jun 2021 12:43:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 48bb6199474368ab3a85931ca94e28077c0760d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 19:40:39 2021 +0300

    gnu: julia-scratch: Update to 1.1.0.
    
    * gnu/packages/julia-xyz.scm (julia-scratch): Update to 1.1.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 7e8d3cf..50effa4 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3323,7 +3323,7 @@ a loadable module.")
 (define-public julia-scratch
   (package
     (name "julia-scratch")
-    (version "1.0.3")
+    (version "1.1.0")
     (source
       (origin
         (method git-fetch)
@@ -3333,7 +3333,7 @@ a loadable module.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "06n0rc7grlg9igkdlrql83q0zpc97bh2hfzj5mw4spfik8ahw2aa"))))
+          "09xni9rrrax17fxjz04j1b48mk9ffww5rcbagh66jklr89mrkqhx"))))
     (build-system julia-build-system)
     (arguments
      `(#:tests? #f))    ; Test suite tries to access the Julia package 
registry.



reply via email to

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