diff mbox series

[bug#65485] gnu: guile-png: Update to 0.7.1.

Message ID 877cplarg6.fsf@gmail.com
State New
Headers show
Series [bug#65485] gnu: guile-png: Update to 0.7.1. | expand

Commit Message

Artyom V. Poptsov Aug. 24, 2023, 6:24 a.m. UTC
Hello Guixers,

this patch series updates Guile-PNG to 0.7.1.
Thanks,

- avp

Comments

Artyom V. Poptsov Sept. 10, 2023, 10:49 p.m. UTC | #1
Hello everybody,

this is just a gentle ping -- could somebody review my Guile-PNG
patches?

Thanks!

- avp
Christopher Baines Sept. 12, 2023, 7:50 a.m. UTC | #2
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

> [[PGP Signed Part:No public key for 935EBE0736DC857E created at 2023-09-10T23:49:14+0100 using RSA]]
> Hello everybody,
>
> this is just a gentle ping -- could somebody review my Guile-PNG
> patches?

I've gone ahead and merged the three patches in to one, I think because
the diff isn't confusing, this is fine in this case (if you'd changed
all the indentation in one commit for example, maybe there would be a
good reason to keep that separate).

I've pushed this to master as cdddc6bc28e2026b78800533069688e510df42f2.

Thanks,

Chris
diff mbox series

Patch

From 7e7aaa1882cce19f7137be75da71e9782a384d79 Mon Sep 17 00:00:00 2001
Message-Id: <7e7aaa1882cce19f7137be75da71e9782a384d79.1692858047.git.poptsov.artyom@gmail.com>
In-Reply-To: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
References: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Thu, 24 Aug 2023 09:13:48 +0300
Subject: [PATCH 3/3] gnu: guile-png: Update description.

* gnu/packages/guile-xyz.scm (guile-png) [description]: Update.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c32429b612..f29a19b4e9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3874,9 +3874,9 @@  (define-public guile-png
     (synopsis "PNG file parsing library for Guile")
     (description
      "@code{guile-png} is a GNU Guile library for working with the
-@url{https://en.wikipedia.org/wiki/PNG, PNG format}.  This library provides
-API for reading and writing PNG data, as well as some basic image processing
-filters.")
+@url{https://en.wikipedia.org/wiki/PNG, PNG format}.  This library provides API for
+reading and writing PNG data, as well as some graphic primitives and basic image
+processing filters.")
     (license license:gpl3+)))
 
 (define-public nomad
-- 
2.34.1