guix-commits
[Top][All Lists]
Advanced

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

18/57: gnu: julia-invertedindices: Update to 1.1.0.


From: guix-commits
Subject: 18/57: gnu: julia-invertedindices: Update to 1.1.0.
Date: Wed, 21 Dec 2022 12:41:19 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3fb804967a589720b47bbe0d0e1d50ebae55eb84
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 13 09:06:13 2022 +0200

    gnu: julia-invertedindices: Update to 1.1.0.
    
    * gnu/packages/julia-xyz.scm (julia-invertedindices): 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 f04203e44e..b38848cfe4 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3117,7 +3117,7 @@ The type @code{K} may be any ordered type.")
 (define-public julia-invertedindices
   (package
     (name "julia-invertedindices")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
       (origin
         (method git-fetch)
@@ -3126,7 +3126,7 @@ The type @code{K} may be any ordered type.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1179z20yxnkyziip7gn26wr1g3k3ssl1ci7pig3khc900f62di46"))))
+         (base32 "15ym4dzyi4fkz0dznni032w3c84zmfa6mrzj2ljqvlqx1i6agqis"))))
     (build-system julia-build-system)
     (native-inputs
      (list julia-offsetarrays))



reply via email to

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