guix-commits
[Top][All Lists]
Advanced

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

34/49: gnu: julia-http: Update to 0.9.12.


From: guix-commits
Subject: 34/49: gnu: julia-http: Update to 0.9.12.
Date: Thu, 29 Jul 2021 07:46:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a9292ceecac65cec3b5b457d63deab8708727c6e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:01 2021 +0300

    gnu: julia-http: Update to 0.9.12.
    
    * gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.12.
---
 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 4042f31..1872c81 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1587,7 +1587,7 @@ library for parsing HTML.")
 (define-public julia-http
   (package
     (name "julia-http")
-    (version "0.9.2")
+    (version "0.9.12")
     (source
      (origin
        (method git-fetch)
@@ -1596,7 +1596,7 @@ library for parsing HTML.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ij0yci13c46p92m4zywvcs02nn8pm0abyfffiyhxvva6hq48lyl"))))
+        (base32 "1jsyk3mhnwj4h19cxclx26igdqdrw51fd3k1hgav0nm67dy4cxyk"))))
     (build-system julia-build-system)
     (arguments
      `(#:phases



reply via email to

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