From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: "73504@debbugs.gnu.org" <73504@debbugs.gnu.org>
Subject: [bug#73504] [PATCH 1/2] gnu: julia-mutablearithmetics: Update to 1.4.6.
Date: Thu, 26 Sep 2024 22:28:31 +0000 [thread overview]
Message-ID: <CYYPR02MB97638FB85534E95542F844F7906A2@CYYPR02MB9763.namprd02.prod.outlook.com> (raw)
In-Reply-To: <CYYPR02MB97633637D123C777577ABAB0906A2@CYYPR02MB9763.namprd02.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-julia-mutablearithmetics-Update-to-1.4.6.patch --]
[-- Type: application/octet-stream, Size: 1904 bytes --]
From d4d22bfe25a42cca78bb75e1ece1fcb455e139b2 Mon Sep 17 00:00:00 2001
Message-Id: <d4d22bfe25a42cca78bb75e1ece1fcb455e139b2.1727384372.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 26 Sep 2024 20:57:09 +0000
Subject: [PATCH 1/2] gnu: julia-mutablearithmetics: Update to 1.4.6.
* gnu/packages/julia-xyz.scm (julia-mutablearithmetics): Update to 1.4.6.
Change-Id: I856a25789d453cb4edc2d5b39930ecdb51ab7713
---
gnu/packages/julia-xyz.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f0231471d8..74fbac36e6 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4372,7 +4372,7 @@ (define-public julia-muladdmacro
(define-public julia-mutablearithmetics
(package
(name "julia-mutablearithmetics")
- (version "0.2.20")
+ (version "1.4.6")
(source
(origin
(method git-fetch)
@@ -4381,10 +4381,16 @@ (define-public julia-mutablearithmetics
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1isyj8h4nx96cr6892d154v8pw1nhr7mjyz5bd6ffr2mkzb2bq4f"))))
+ (base32 "0wh4pvvzzs0l1q5h01004kq9k45n411330pw84gj8akcn7njn2z4"))))
(build-system julia-build-system)
(arguments
(list
+ #:julia-package-name "MutableArithmetics"
+ #:julia-package-uuid "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
+ #:julia-package-dependencies
+ #~(list '("LinearAlgebra" . "37e2e46d-f89d-539d-b4ee-838fcccc9c8e")
+ '("SparseArrays" . "2f01184e-e22b-5df5-ae63-d93ebab69eaf")
+ '("Test" . "8dfed614-e22c-5e08-85e1-65c5234f0b40"))
#:phases
(if (target-x86-32?)
#~(modify-phases %standard-phases
base-commit: 8172b25ea22762b361b14600292c154a10579b47
--
2.34.1
next prev parent reply other threads:[~2024-09-26 22:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 22:15 [bug#73504] [PATCH 0/2] gnu: Add julia-multivariatepolynomials King, Spencer via Guix-patches via
2024-09-26 22:28 ` King, Spencer via Guix-patches via [this message]
2024-09-26 22:29 ` [bug#73504] [PATCH 2/2] " King, Spencer via Guix-patches via
2024-10-25 10:24 ` bug#73504: [PATCH 0/2] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CYYPR02MB97638FB85534E95542F844F7906A2@CYYPR02MB9763.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=73504@debbugs.gnu.org \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).