[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: guile-png: Update to 0.7.1
From: |
guix-commits |
Subject: |
09/10: gnu: guile-png: Update to 0.7.1 |
Date: |
Tue, 12 Sep 2023 03:42:15 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit cdddc6bc28e2026b78800533069688e510df42f2
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Thu Aug 24 09:05:04 2023 +0300
gnu: guile-png: Update to 0.7.1
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.1.
[arguments]: Update style and delete "strip" phase.
[description]: Update.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/guile-xyz.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b40079c383..01dbe9b3ad 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3856,7 +3856,7 @@ debugging code.")
(define-public guile-png
(package
(name "guile-png")
- (version "0.7.0")
+ (version "0.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3865,10 +3865,13 @@ debugging code.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0nkim662lb48y8n5hik8rrj76600v2inwaxwnfpdny7h2j0yq1wm"))))
+ "0y65795s9bs69msqvdbq8h34n00bkfs5v1d44wz21nwdffvq6557"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
+ (list
+ #:make-flags #~(list "GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
+ #:phases #~(modify-phases %standard-phases
+ (delete 'strip))))
(native-inputs (list autoconf
automake
pkg-config
@@ -3884,9 +3887,9 @@ debugging code.")
(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
- branch master updated (daeeaa2216 -> e2a7c227de), guix-commits, 2023/09/12
- 02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 03/10: gnu: skalibs: Remove i586-gnu from %supported-systems., guix-commits, 2023/09/12
- 05/10: gnu: svt-av1: Update to 1.7.0., guix-commits, 2023/09/12
- 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 06/10: gnu: sqlite-next: Update to 3.42.0., guix-commits, 2023/09/12
- 08/10: gnu: python-cgatcore: Update to 0.6.15., guix-commits, 2023/09/12
- 04/10: gnu: nar-herder: Use guile-next., guix-commits, 2023/09/12
- 07/10: gnu: python-apsw: Update to 3.42.0.1., guix-commits, 2023/09/12
- 09/10: gnu: guile-png: Update to 0.7.1,
guix-commits <=
- 10/10: gnu: xfce4-terminal: Update to 1.1.0., guix-commits, 2023/09/12