GNU bug report logs - #71046
[PATCH] gnu: schmutz: update to commit f8043e.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 18 May 2024 22:42:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71046 in the body.
You can then email your comments to 71046 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71046; Package guix-patches. (Sat, 18 May 2024 22:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 May 2024 22:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: schmutz: update to commit f8043e.
Date: Sat, 18 May 2024 15:41:03 -0700
* gnu/packages/guile-xyz.scm (schmutz): Update to commit f8043e.
  [inputs]: Switch guile-2.2 to guile-3.0.

Change-Id: Ibd3e5a5074119e3d2a9affcd7c98f47cb9f1f677
---
 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 da419030a0..ffb0684167 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5734,8 +5734,8 @@ (define-public guile-libyaml
       (license license:lgpl3+))))
 
 (define-public schmutz
-  (let ((commit "add24588c59552537b8f1316df99a0cdd62c221e")
-        (revision "1"))
+  (let ((commit "f8043e6c258d2e29d153bc37cb17b130fee0579f")
+        (revision "2"))
     (package
       (name "schmutz")
       (version (git-version "0" revision commit))
@@ -5747,13 +5747,13 @@ (define-public schmutz
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1z3n61sj62lnn15mandvyrpjzli07rp9r62ypvgg3a8bvh37yc89"))))
+                  "0cgk0b27f1vik3wnv1cz47ip7d8rkmqxfdlqba4avi9h5fah7xrw"))))
       (build-system cmake-build-system)
       (arguments `(#:tests? #f))
       (native-inputs
        (list pkg-config))
       (inputs
-       (list guile-2.2))
+       (list guile-3.0))
       (home-page "https://github.com/arximboldi/schmutz")
       (synopsis "Bind C++ code to Scheme")
       (description "Schmutz is a header-only library to declare Scheme bindings

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
-- 
2.34.1





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 22 May 2024 07:51:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Wed, 22 May 2024 07:51:02 GMT) Full text and rfc822 format available.

Message #10 received at 71046-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Andy Tai <atai <at> atai.org>
Cc: 71046-done <at> debbugs.gnu.org
Subject: Re: [bug#71046] [PATCH] gnu: schmutz: update to commit f8043e.
Date: Wed, 22 May 2024 15:49:59 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/guile-xyz.scm (schmutz): Update to commit f8043e.
>   [inputs]: Switch guile-2.2 to guile-3.0.
>
> Change-Id: Ibd3e5a5074119e3d2a9affcd7c98f47cb9f1f677
> ---
>  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 da419030a0..ffb0684167 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -5734,8 +5734,8 @@ (define-public guile-libyaml
>        (license license:lgpl3+))))
>  
>  (define-public schmutz
> -  (let ((commit "add24588c59552537b8f1316df99a0cdd62c221e")
> -        (revision "1"))
> +  (let ((commit "f8043e6c258d2e29d153bc37cb17b130fee0579f")
> +        (revision "2"))
>      (package
>        (name "schmutz")
>        (version (git-version "0" revision commit))
> @@ -5747,13 +5747,13 @@ (define-public schmutz
>                  (file-name (git-file-name name version))
>                  (sha256
>                   (base32
> -                  "1z3n61sj62lnn15mandvyrpjzli07rp9r62ypvgg3a8bvh37yc89"))))
> +                  "0cgk0b27f1vik3wnv1cz47ip7d8rkmqxfdlqba4avi9h5fah7xrw"))))
>        (build-system cmake-build-system)
>        (arguments `(#:tests? #f))
>        (native-inputs
>         (list pkg-config))
>        (inputs
> -       (list guile-2.2))
> +       (list guile-3.0))
>        (home-page "https://github.com/arximboldi/schmutz")
>        (synopsis "Bind C++ code to Scheme")
>        (description "Schmutz is a header-only library to declare Scheme bindings
>
> base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=50bbe668d47bec88c98ea48f0a2b00d29cee527c
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Jun 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.