guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: julia-http: Delete trailing #t.


From: guix-commits
Subject: 10/19: gnu: julia-http: Delete trailing #t.
Date: Thu, 24 Feb 2022 05:23:44 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9d8ccc95c7471d9670a5b79279cd6a5a6e1b0779
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Feb 23 14:47:13 2022 +0100

    gnu: julia-http: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/julia-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 11326ff4da..ef77d1cbf5 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2363,8 +2363,7 @@ library for parsing HTML.")
                 (("@testset.*Body - .*" all)
                  (string-append all "return\n"))
                 (("@testset.*Write to file.*" all)
-                 (string-append all "return\n")))
-              #t)))))
+                 (string-append all "return\n"))))))))
     (propagated-inputs
      (list julia-inifile
            julia-mbedtls



reply via email to

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