guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: julia-uris: Update to 1.3.0.


From: guix-commits
Subject: 17/19: gnu: julia-uris: Update to 1.3.0.
Date: Tue, 18 May 2021 13:42:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8af3599790dc7f486626037c717ad024105c8d2e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 20:34:18 2021 +0300

    gnu: julia-uris: Update to 1.3.0.
    
    * gnu/packages/julia-xyz.scm (julia-uris): Update to 1.3.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 607f512..8acdd31 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1318,7 +1318,7 @@ warnings (stderr) or both streams at the same time.")
 (define-public julia-uris
   (package
     (name "julia-uris")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1327,7 +1327,7 @@ warnings (stderr) or both streams at the same time.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fqyagsqks5za7m0czafr34m2xh5501f689k9cn5x3npajdnh2r3"))))
+        (base32 "0kp4hg3kknkm2smlcizqfd33l9x4vkahc2714gnbjp39fj285b92"))))
     (build-system julia-build-system)
     (arguments
      '(#:julia-package-name "URIs"      ;required to run tests



reply via email to

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