This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4ecf74b744 gnu: optionmatrix: Update to 1.4.4.
4ecf74b744 is described below
commit 4ecf74b744fc499c97927ab4633a1ced0e383087
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 15:14:48 2025 +0200
gnu: optionmatrix: Update to 1.4.4.
* gnu/packages/finance.scm (optionmatrix): Update to 1.4.4.
Change-Id: Iaf578a423d582c01a87f0d0defab2785fe68ffef
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 27443b19da..ef2bff1f7d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2385,7 +2385,7 @@ trading, and risk management in real-life.")
(define-public optionmatrix
(package
(name "optionmatrix")
- (version "1.4.3")
+ (version "1.4.4")
(source
(origin
(method url-fetch)
@@ -2393,7 +2393,7 @@ trading, and risk management in real-life.")
"mirror://sourceforge/optionmatrix/optionmatrix-"
version ".tar.xz"))
(sha256
- (base32 "1zd0pfiphnijh1l94swb3mjrpmjsn37z11mklamd7zw6h2d4zh4d"))))
+ (base32 "0ijwj798jli5rw1dj8dkz6sqbsa4hia407imicrk3djqmhn1ky3z"))))
(build-system gnu-build-system)
(inputs
(list gsl gtk+ ncurses))