guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: python-imagesize: Update to 1.1.0.


From: guix-commits
Subject: 04/08: gnu: python-imagesize: Update to 1.1.0.
Date: Sun, 6 Jan 2019 04:10:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 36df69d6fe3b254572075292b93a49b2118ba2a3
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 6 09:46:19 2019 +0200

    gnu: python-imagesize: Update to 1.1.0.
    
    * gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f2f27f5..b610cea 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10895,14 +10895,14 @@ Record Format (DWARF).")
 (define-public python-imagesize
   (package
     (name "python-imagesize")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
       (origin
       (method url-fetch)
       (uri (pypi-uri "imagesize" version))
       (sha256
-        (base32
-          "05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv"))))
+       (base32
+        "1dg3wn7qpwmhgqc0r9na2ding1wif9q5spz3j9zn2riwphc2k0zk"))))
     (build-system python-build-system)
     (home-page "https://github.com/shibukawa/imagesize_py";)
     (synopsis "Gets image size of files in various formats in Python")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]