guix-commits
[Top][All Lists]
Advanced

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

40/49: gnu: julia-mutablearithmetics: Update to 0.2.20.


From: guix-commits
Subject: 40/49: gnu: julia-mutablearithmetics: Update to 0.2.20.
Date: Thu, 29 Jul 2021 07:46:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f70db259829803995c629dcde9386727988a5796
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:03 2021 +0300

    gnu: julia-mutablearithmetics: Update to 0.2.20.
    
    * gnu/packages/julia-xyz.scm (julia-mutablearithmetics): Update to 0.2.20.
---
 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 b39d88a..e68cbe8 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2554,7 +2554,7 @@ Julia, with type-driven, overloadable packing/unpacking 
functionality.")
 (define-public julia-mutablearithmetics
   (package
     (name "julia-mutablearithmetics")
-    (version "0.2.19")
+    (version "0.2.20")
     (source
       (origin
         (method git-fetch)
@@ -2563,7 +2563,7 @@ Julia, with type-driven, overloadable packing/unpacking 
functionality.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1zjfq5sh0rc941pbc9kvnr6a2lpr4yd276mw62vbncbz9jg52rrg"))))
+         (base32 "1isyj8h4nx96cr6892d154v8pw1nhr7mjyz5bd6ffr2mkzb2bq4f"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-offsetarrays" ,julia-offsetarrays)))



reply via email to

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