efraim pushed a commit to branch master
in repository guix.

commit 2cd8254961ed09751b6add2c63571198d82e4468
Author: zimoun <[email protected]>
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 <[email protected]>
---
 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