all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 70574@debbugs.gnu.org
Subject: [bug#70574] [PATCH] gnu: guile-gsl: Update to 0.0.1-1.22ac81c.
Date: Fri, 26 Apr 2024 01:34:20 +0400	[thread overview]
Message-ID: <87o79x2kgr.fsf@aartaka.me> (raw)

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

Hi y'all,

Here's a patch updating Guile-GSL to the latest upstream version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update Guile-GSL --]
[-- Type: text/x-patch, Size: 1694 bytes --]

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(-)

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


[-- Attachment #3: Type: text/plain, Size: 27 bytes --]


Thanks,
--
Artyom Bologov

                 reply	other threads:[~2024-04-25 21:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o79x2kgr.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=70574@debbugs.gnu.org \
    /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 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.