all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 63777@debbugs.gnu.org
Subject: [bug#63777] [PATCH] gnu: guile-png: Update to 0.5.0.
Date: Mon, 29 May 2023 00:52:24 +0300	[thread overview]
Message-ID: <87fs7gjf8n.fsf@gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 55 bytes --]

Hello Guixers,

this patch updates Guile-PNG to 0.5.0.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-guile-png-Update-to-0.5.0.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From 19bd9d0ac2f9e56ebbcf5dac468976d2ea01dfe0 Mon Sep 17 00:00:00 2001
Message-Id: <19bd9d0ac2f9e56ebbcf5dac468976d2ea01dfe0.1685310646.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Mon, 29 May 2023 00:50:33 +0300
Subject: [PATCH] gnu: guile-png: Update to 0.5.0.

* gnu/packages/guile-xyz.scm (guile-png): Update to 0.5.0.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 92882eca3c..c21a355f33 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3843,7 +3843,7 @@ (define-public guile-jtd
 (define-public guile-png
   (package
     (name "guile-png")
-    (version "0.4.1")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3852,7 +3852,7 @@ (define-public guile-png
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1vkhv0dip0na6d9g478i587n5y6046vn5rsjmfnbibi9yx4rkrf8"))))
+                "0dnahq05mwxzbsqb0qjkyysylc54qr8l5839zyc4sanl2syzhvwk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings

base-commit: d64d6ea2cf5a1be801be355031fb2cfa5901a92a
-- 
2.34.1


[-- Attachment #1.3: Type: text/plain, Size: 227 bytes --]


Thanks,

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

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

             reply	other threads:[~2023-05-28 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28 21:52 Artyom V. Poptsov [this message]
2023-06-03 11:46 ` bug#63777: [PATCH] gnu: guile-png: Update to 0.5.0 Christopher Baines

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=87fs7gjf8n.fsf@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=63777@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.