all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74126] [PATCH] gnu: julia-multivariatepolynomials: Update to 0.5.7.
@ 2024-10-30 23:35 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-10-30 23:35 UTC (permalink / raw)
  To: 74126

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-julia-multivariatepolynomials-Update-to-0.5.7.patch --]
[-- Type: application/octet-stream, Size: 1450 bytes --]

From 1b2429ed8f4367780ed14bcc7685bd34f03f304c Mon Sep 17 00:00:00 2001
Message-Id: <1b2429ed8f4367780ed14bcc7685bd34f03f304c.1730331202.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 30 Oct 2024 23:32:54 +0000
Subject: [PATCH] gnu: julia-multivariatepolynomials: Update to 0.5.7.

* gnu/packages/julia-xyz.scm (julia-multivariatepolynomials): Update to 0.5.7.

Change-Id: Ie4ddfe39cbf56ae8b4d386c5729814502f257b77
---
 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 77385ee6e0..35be190b4a 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4372,7 +4372,7 @@ (define-public julia-muladdmacro
 (define-public julia-multivariatepolynomials
   (package
     (name "julia-multivariatepolynomials")
-    (version "0.5.6")
+    (version "0.5.7")
     (source
      (origin
        (method git-fetch)
@@ -4381,7 +4381,7 @@ (define-public julia-multivariatepolynomials
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dz5ap8jg3sgk67diak9xxzgzgx98kv7b0yrc4yzsnlpkiknw64q"))))
+        (base32 "1brz4s1if813840crr0bl6wl7lw983vg43cm8vqhx6xjby1v7788"))))
     (build-system julia-build-system)
     (arguments
      (list

base-commit: 39fc289fd66eb348062b05d9ab6acad817f386f6
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-30 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 23:35 [bug#74126] [PATCH] gnu: julia-multivariatepolynomials: Update to 0.5.7 King, Spencer via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.