GNU bug report logs - #75015
[PATCH 00/38] Astro update 2024/12

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 21 Dec 2024 20:21:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 75015 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75015 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 01/38] gnu: julia-preferences: Update to 1.4.3.
Date: Sat, 21 Dec 2024 20:22:21 +0000
* gnu/packages/julia-xyz.scm (julia-preferences): Update to 1.4.3.

Change-Id: Ia8ddaf611a7845879481ca6b2b30ec416f73c2c5
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index be2501a934..0a908ae1ef 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5007,7 +5007,7 @@ (define-public julia-positivefactorizations
 (define-public julia-preferences
   (package
     (name "julia-preferences")
-    (version "1.2.2")
+    (version "1.4.3")
     (source
       (origin
         (method git-fetch)
@@ -5016,7 +5016,7 @@ (define-public julia-preferences
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1cail43iqzbi6m9v6981rhz47zf2lcvhs5ds5gdqvc9nx5frghxq"))))
+         (base32 "09q5d223ad37qp6vqjm46la9vf8skj30z1ri3qmadq6vdycav7xm"))))
     (build-system julia-build-system)
     (arguments
      (list #:tests? #f))        ; Tests try to mkdir /.julia
-- 
2.46.0





This bug report was last modified 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.