guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 16b4cc1c47bc000d3948a78a69ce2bb25f1b7d40
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 4 14:50:40 2026 +0200

    gnu: Remove julia-infinity.
    
    * gnu/packages/julia-xyz.scm (julia-infinity): Delete variable.
---
 gnu/packages/julia-xyz.scm | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index e95feeba82..3b91edee8b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3108,39 +3108,6 @@ decompression of the Deflate algorithm and the Zlib and 
Gzip wrapper formats, as
 specified in RFC 1950, RFC 1951, and RFC 1952.")
     (license license:expat)))
 
-(define-public julia-infinity
-  (package
-    (name "julia-infinity")
-    (version "0.2.4")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/cjdoris/Infinity.jl";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "1941lwvrdjnrynigzixxin3chpg1ba6xplvcwc89x0f6z658hwmm"))))
-    (build-system julia-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'link-depot 'remove-timezones.jl
-            (lambda _
-              (substitute* "test/runtests.jl"
-                (("using TimeZones.*") "")
-                ((".*infextendedtime.*") "")))))))
-    (propagated-inputs
-     (list julia-requires))
-    (native-inputs
-     (list julia-compat))
-    (home-page "https://docs.juliahub.com/Infinity/";)
-    (synopsis "Representation of infinity in Julia")
-    (description "This package provides representations for infinity and
-negative infinity in Julia.")
-    (license license:expat)))
-
 (define-public julia-inifile
   (package
     (name "julia-inifile")

Reply via email to