[PATCH] gnu: guile-gsl: Update to 0.0.1-1.22ac81c.

  • Done
  • quality assurance status badge
Details
2 participants
  • Artyom Bologov
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 11 months ago
(name . Guix patches)(address . guix-patches@gnu.org)
87o79x2kgr.fsf@aartaka.me
Hi y'all,

Here's a patch updating Guile-GSL to the latest upstream version.
From 6aad5e0c99199eb3201b81a43981f42bdae80621 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Fri, 26 Apr 2024 01:31:11 +0400
Subject: [PATCH] gnu: guile-gsl: Update to 0.0.1-1.22ac81c.

* gnu/packages/guile-xyz.scm (guile-gsl): Update to 0.0.1-1.22ac81c.
---
gnu/packages/guile-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 230e3ff856..25b2eadf5d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4521,8 +4521,8 @@ (define-public guile-ffi-cblas
(license license:lgpl3+))))
(define-public guile-gsl
- (let ((commit "e6d1477b0d0456f500c32610a5cae6ebb1b8acfe")
- (revision "0"))
+ (let ((commit "22ac81c45f33f897d7cc88744d427a6959682c24")
+ (revision "1"))
(package
(name "guile-gsl")
(version (git-version "0.0.1" revision commit))
@@ -4534,7 +4534,7 @@ (define-public guile-gsl
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1b4brimmg3phahia9dm0wkcp1f29wnbvmi0q8di5sz7pf7qjzsy0"))))
+ (base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
(build-system guile-build-system)
(arguments
(list
@@ -4556,7 +4556,7 @@ (define-public guile-gsl
(synopsis "Bindings for GNU Scientific library in Guile")
(description
"This package provides a Guile Scheme wrapper for @code{libgsl.so}.
-Implements vector, matrix,and BLAS operations.")
+Implements vector, matrix, and BLAS operations.")
(license license:gpl3+))))
(define-public guile-ffi-fftw
--
2.41.0
Thanks,
--
Artyom Bologov
Maxim Cournoyer wrote 10 months ago
control message for bug #70574
(address . control@debbugs.gnu.org)
87bk5tczky.fsf@gmail.com
close 70574
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70574@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70574
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help