[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: julia-reexport: Update to 1.2.2.
From: |
guix-commits |
Subject: |
01/06: gnu: julia-reexport: Update to 1.2.2. |
Date: |
Fri, 8 Oct 2021 04:24:02 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 09ee0df82e2622972505d660541048f870b54fd1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 7 10:05:40 2021 +0300
gnu: julia-reexport: Update to 1.2.2.
* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.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 4c1fab8..7c68a6f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3502,7 +3502,7 @@ recursive arrays like arrays of arrays.")
(define-public julia-reexport
(package
(name "julia-reexport")
- (version "1.1.0")
+ (version "1.2.2")
(source
(origin
(method git-fetch)
@@ -3511,7 +3511,7 @@ recursive arrays like arrays of arrays.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wj4vnxxmnblm6ajkkdvwb7v4835qrrc406q5is74qv1n68xql7l"))))
+ (base32 "0inf5q6f01ncd5c5wm8mwzv2hs627ng6xlh8dhrlflp321hbamwf"))))
(build-system julia-build-system)
(home-page "https://github.com/simonster/Reexport.jl")
(synopsis "Re-export modules and symbols")
- branch master updated (c8a7ba6 -> 5892776), guix-commits, 2021/10/08
- 02/06: gnu: julia-staticarrays: Update to 1.2.13., guix-commits, 2021/10/08
- 01/06: gnu: julia-reexport: Update to 1.2.2.,
guix-commits <=
- 03/06: gnu: julia-nnlib: Update to 0.7.29., guix-commits, 2021/10/08
- 04/06: gnu: julia-nnlib: Enable tests., guix-commits, 2021/10/08
- 05/06: gnu: julia-lazyarrays: Update to 0.22.2., guix-commits, 2021/10/08
- 06/06: gnu: julia-chainrulestestutils: Update to 1.2.3., guix-commits, 2021/10/08