unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71046] [PATCH] gnu: schmutz: update to commit f8043e.
@ 2024-05-18 22:41 Andy Tai
  2024-05-22  7:49 ` bug#71046: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-05-18 22:41 UTC (permalink / raw)
  To: 71046; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71046: [PATCH] gnu: schmutz: update to commit f8043e.
  2024-05-18 22:41 [bug#71046] [PATCH] gnu: schmutz: update to commit f8043e Andy Tai
@ 2024-05-22  7:49 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-05-22  7:49 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71046-done

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

Andy Tai <atai@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 22:41 [bug#71046] [PATCH] gnu: schmutz: update to commit f8043e Andy Tai
2024-05-22  7:49 ` bug#71046: " Z572

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