all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72146] [PATCH] gnu: python-imagesize: Update to 1.4.1.
@ 2024-07-17  2:27 jgart via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: jgart via Guix-patches via @ 2024-07-17  2:27 UTC (permalink / raw)
  To: 72146
  Cc: jgart, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c6cbb22684..350811d48d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23039,20 +23039,20 @@ (define-public python-pefile
 (define-public python-imagesize
   (package
     (name "python-imagesize")
-    (version "1.2.0")
+    (version "1.4.1")
     (source
-      (origin
-      (method url-fetch)
-      (uri (pypi-uri "imagesize" version))
-      (sha256
-       (base32
-        "1cd24x0vqbd6c8ym1n21qc0aj54mfb7rzdqglmwk9xxixajbbxmi"))))
-    (build-system python-build-system)
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "imagesize" version))
+       (sha256
+        (base32
+         "0jndjx26p8qibrx997p3kb6vfbqbdxkv74jsrkav177vmx2085b9"))))
+    (build-system pyproject-build-system)
     (home-page "https://github.com/shibukawa/imagesize_py")
     (synopsis "Gets image size of files in various formats in Python")
     (description
-      "This package allows determination of image size from
-     PNG, JPEG, JPEG2000 and GIF files in pure Python.")
+     "This package allows determination of image size from PNG, JPEG,
+JPEG2000 and GIF files in pure Python.")
     (license license:expat)))
 
 (define-public python-termstyle

base-commit: a800c49fb767f549fbc0eefe8dce6daa5da8604c
-- 
2.45.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-17  2:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17  2:27 [bug#72146] [PATCH] gnu: python-imagesize: Update to 1.4.1 jgart via Guix-patches via

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.