guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: julia-missings: Update to 1.0.2.


From: guix-commits
Subject: 08/11: gnu: julia-missings: Update to 1.0.2.
Date: Thu, 7 Oct 2021 01:42:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit babfdf7549f018ca7c1cd0df25665de0310120bf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 6 16:16:42 2021 +0300

    gnu: julia-missings: Update to 1.0.2.
    
    * gnu/packages/julia-xyz.scm (julia-missings): Update to 1.0.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 4fd1f31..6d507e0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2634,7 +2634,7 @@ resolving them into absolute units.")
 (define-public julia-missings
   (package
     (name "julia-missings")
-    (version "1.0.0")
+    (version "1.0.2")
     (source
       (origin
         (method git-fetch)
@@ -2643,7 +2643,7 @@ resolving them into absolute units.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "131ma44yvswvj85jdjhm37frzfz46cc60lwj65a9jcmgc77dshsm"))))
+         (base32 "1k481rm5lahmjyh34j177d4n10svgr0wm7ps5m3ar3xx6nr26ad5"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-dataapi" ,julia-dataapi)))



reply via email to

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