guix-commits
[Top][All Lists]
Advanced

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

52/57: gnu: julia-ellipsisnotation: Update to 1.6.0.


From: guix-commits
Subject: 52/57: gnu: julia-ellipsisnotation: Update to 1.6.0.
Date: Wed, 21 Dec 2022 12:41:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 204ad23d796aa004461044f3504f825309a13ac6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 14 19:39:16 2022 +0200

    gnu: julia-ellipsisnotation: Update to 1.6.0.
    
    * gnu/packages/julia-xyz.scm (julia-ellipsisnotation): Update to 1.6.0.
    [arguments]: Remove phase adjusting the test suite.
---
 gnu/packages/julia-xyz.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index cdd29504cf..81d59ff620 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1801,7 +1801,7 @@ combinations of dual numbers with predefined Julia 
numeric types.")
 (define-public julia-ellipsisnotation
   (package
     (name "julia-ellipsisnotation")
-    (version "1.1.0")
+    (version "1.6.0")
     (source
       (origin
         (method git-fetch)
@@ -1810,17 +1810,8 @@ combinations of dual numbers with predefined Julia 
numeric types.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0py46kxl702r8pw3v7x4cqllf7yc91b0dr7vb60xh2qi7d6y3jc7"))))
+         (base32 "0l4fc180chhxlq9d67122c0lgq2hfsxsmcgml2bfl2rnh13gya2b"))))
     (build-system julia-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'link-depot 'adjust-test-suite
-            (lambda _
-              (substitute* "test/runtests.jl"
-                ;; Seems to not play nicely with Julia-1.6.
-                ((".*basic.jl.*") "")))))))
     (propagated-inputs
      (list julia-arrayinterface))
     (home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl";)



reply via email to

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