diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-13 09:06:13 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-21 19:22:47 +0200 |
commit | 3fb804967a589720b47bbe0d0e1d50ebae55eb84 (patch) | |
tree | 1de6b709fc9d47761f8ff878017a674ddc88fd4d | |
parent | d50025ded8029c63cc68ba5048d4f850c746fedb (diff) | |
download | guix-3fb804967a589720b47bbe0d0e1d50ebae55eb84.tar.gz |
gnu: julia-invertedindices: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-invertedindices): Update to 1.1.0.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files 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)) |