guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: julia-adapt: Update to 3.3.1.


From: guix-commits
Subject: 02/10: gnu: julia-adapt: Update to 3.3.1.
Date: Mon, 14 Jun 2021 12:43:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 963ae006f4508edf0edadc7b1de158854a2c250e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 19:40:31 2021 +0300

    gnu: julia-adapt: Update to 3.3.1.
    
    * gnu/packages/julia-xyz.scm (julia-adapt): Update to 3.3.1.
---
 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 8d3eea3..d3d9351 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -77,7 +77,7 @@ in this package.")
 (define-public julia-adapt
   (package
     (name "julia-adapt")
-    (version "3.3.0")
+    (version "3.3.1")
     (source
      (origin
        (method git-fetch)
@@ -86,7 +86,7 @@ in this package.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zs5mjnql77jvrsm8lrlfkq5524wnrfxqxyqyjk8ka2xpxf9lp7n"))))
+        (base32 "009fj59fzhvfsyw35kakllsh36k3xlwyzq8qa5f5k598i3pq14i7"))))
     (build-system julia-build-system)
     (home-page "https://github.com/JuliaGPU/Adapt.jl";)
     (synopsis "Package providing the @code{adapt} function, similar to 
@code{convert}")



reply via email to

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