[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: julia-reexport: Update to 1.1.0.
From: |
guix-commits |
Subject: |
09/10: gnu: julia-reexport: Update to 1.1.0. |
Date: |
Mon, 14 Jun 2021 12:43:58 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit d964f9d83adea61020a5a36cfc45d779f2e29d62
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 19:40:39 2021 +0300
gnu: julia-reexport: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.1.0.
---
gnu/packages/julia-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index b96034f..7e8d3cf 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3123,16 +3123,16 @@ recursive arrays like arrays of arrays.")
(define-public julia-reexport
(package
(name "julia-reexport")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/simonster/Reexport.jl")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1yhhja1zz6dy5f4fd19bdwd6jwgj7q4w3avzgyg1hjhmdl8jrh0s"))))
+ (base32 "1wj4vnxxmnblm6ajkkdvwb7v4835qrrc406q5is74qv1n68xql7l"))))
(build-system julia-build-system)
(home-page "https://github.com/simonster/Reexport.jl")
(synopsis "Re-export modules and symbols")
- branch master updated (0b535f7 -> 48bb619), guix-commits, 2021/06/14
- 02/10: gnu: julia-adapt: Update to 3.3.1., guix-commits, 2021/06/14
- 05/10: gnu: julia-ffmpeg: Update to 0.4.1., guix-commits, 2021/06/14
- 01/10: gnu: julia-unitful: Update to 1.8.0., guix-commits, 2021/06/14
- 04/10: gnu: julia-docstringextensions: Update to 0.8.5., guix-commits, 2021/06/14
- 03/10: gnu: julia-compat: Update to 3.30.0., guix-commits, 2021/06/14
- 06/10: gnu: julia-iocapture: Update to 0.2.2., guix-commits, 2021/06/14
- 07/10: gnu: julia-offsetarrays: Update to 1.9.2., guix-commits, 2021/06/14
- 10/10: gnu: julia-scratch: Update to 1.1.0., guix-commits, 2021/06/14
- 08/10: gnu: julia-pdmats: Update to 0.11.1., guix-commits, 2021/06/14
- 09/10: gnu: julia-reexport: Update to 1.1.0.,
guix-commits <=