guix-commits
[Top][All Lists]
Advanced

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

25/57: gnu: julia-functors: Update to 0.4.1.


From: guix-commits
Subject: 25/57: gnu: julia-functors: Update to 0.4.1.
Date: Wed, 21 Dec 2022 12:41:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 288ffff36e28f47f147a24e7e068cc6e64c4e901
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 13 13:41:30 2022 +0200

    gnu: julia-functors: Update to 0.4.1.
    
    * gnu/packages/julia-xyz.scm (julia-functors): Update to 0.4.1.
    [propagated-inputs]: Add julia-documenter, julia-staticarrays,
    julia-zygote.
---
 gnu/packages/julia-xyz.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 666be6093d..4f60cca957 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2209,7 +2209,7 @@ arbitrary functions.")
 (define-public julia-functors
   (package
     (name "julia-functors")
-    (version "0.2.7")
+    (version "0.4.1")
     (source
       (origin
         (method git-fetch)
@@ -2218,8 +2218,12 @@ arbitrary functions.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "03ry1wn1y2jssq65l29bi6q4ki041aa6gl1nd2w6cgl00k2mrxf3"))))
+         (base32 "00rzbj2rs2lq91wz8qyxq14bg7p9i49dq7y44fvxn6jaikha2ymw"))))
     (build-system julia-build-system)
+    (native-inputs
+     (list julia-documenter
+           julia-staticarrays
+           julia-zygote))
     (home-page "https://fluxml.ai/Functors.jl/stable/";)
     (synopsis "Design pattern for structures as in machine learning")
     (description "This package provides tools to express a design pattern for



reply via email to

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