[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: imgp: Update to 2.9.
From: |
guix-commits |
Subject: |
10/16: gnu: imgp: Update to 2.9. |
Date: |
Thu, 28 Sep 2023 19:12:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit df7c91785c3b01e1634d3bb01ef137574fa11d87
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
gnu: imgp: Update to 2.9.
* gnu/packages/image.scm (imgp): Update to 2.9.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/image.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a632a02139..bd3bcf964d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1765,23 +1765,22 @@ PNG, and performs PNG integrity checks and
corrections.")
(define-public imgp
(package
(name "imgp")
- (version "2.8")
+ (version "2.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imgp" version))
(sha256
- (base32 "0q99h9wv9rynig0s0flnr9mxi541zzl0gw8vh4y6m5x132diilri"))))
+ (base32 "0avdgr4fx643jg9wzwm65y14s56bnrn3hmkw7v0mcyvxn88vxwiq"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f ;there are no tests
+ `(#:tests? #f ;there are no tests
#:phases
(modify-phases %standard-phases
;; setup.py expects the file to be named 'imgp'.
(add-after 'unpack 'rename-imgp
(lambda _
- (rename-file "imgp.py" "imgp")
- #t)))))
+ (rename-file "imgp.py" "imgp"))))))
(inputs
(list python-pillow))
(home-page "https://github.com/jarun/imgp")
- 03/16: gnu: kcov: Clean up build phase., (continued)
- 03/16: gnu: kcov: Clean up build phase., guix-commits, 2023/09/28
- 04/16: gnu: mlterm: Update to 3.9.3., guix-commits, 2023/09/28
- 06/16: gnu: hplip: Update to 3.23.8., guix-commits, 2023/09/28
- 01/16: gnu: libjcat: Update to 0.1.14., guix-commits, 2023/09/28
- 02/16: gnu: kcov: Update to 42., guix-commits, 2023/09/28
- 05/16: gnu: onedrive: Update to 2.4.25., guix-commits, 2023/09/28
- 07/16: gnu: remmina: Update to 1.4.32., guix-commits, 2023/09/28
- 08/16: gnu: python-srsly: Update to 2.4.8., guix-commits, 2023/09/28
- 11/16: gnu: qemu: Update to 8.1.1., guix-commits, 2023/09/28
- 09/16: gnu: erofs-utils: Update to 1.7., guix-commits, 2023/09/28
- 10/16: gnu: imgp: Update to 2.9.,
guix-commits <=
- 14/16: gnu: xen: Update package style., guix-commits, 2023/09/28
- 12/16: gnu: xen: Version the mini-os checkout., guix-commits, 2023/09/28
- 13/16: gnu: xen: Update to 4.14.6., guix-commits, 2023/09/28
- 15/16: gnu: xen: Build in parallel., guix-commits, 2023/09/28
- 16/16: gnu: xen: Build reproducibly, guix-commits, 2023/09/28