guix-commits
[Top][All Lists]
Advanced

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

09/19: gnu: julia-fixedpointnumbers: Delete trailing #t.


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

efraim pushed a commit to branch master
in repository guix.

commit 2cd8254961ed09751b6add2c63571198d82e4468
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Feb 23 14:47:12 2022 +0100

    gnu: julia-fixedpointnumbers: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): 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 0a2a6636c5..11326ff4da 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1952,8 +1952,7 @@ using finite difference.")
             (lambda* (#:key outputs #:allow-other-keys)
               (substitute* "test/fixed.jl"
                 ;; A deprecation warning is not thrown
-                (("@test_logs.*:warn" all) (string-append "# " all)))
-              #t)))))
+                (("@test_logs.*:warn" all) (string-append "# " all))))))))
     (propagated-inputs
      (list julia-compat))
     (home-page "https://github.com/JuliaMath/FixedPointNumbers.jl";)



reply via email to

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