[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")
- branch master updated (d95d3d6 -> 99e61f3), guix-commits, 2019/01/06
- 05/08: gnu: python-astroid: Update to 2.1.0., guix-commits, 2019/01/06
- 07/08: gnu: python-pysocks: Update to 1.6.8., guix-commits, 2019/01/06
- 03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12., guix-commits, 2019/01/06
- 01/08: gnu: python-certifi: Update to 2018.11.29., guix-commits, 2019/01/06
- 08/08: gnu: python-pyicu: Update to 2.2., guix-commits, 2019/01/06
- 06/08: gnu: python-packaging: Update to 18.0., guix-commits, 2019/01/06
- 02/08: gnu: python-pycryptodome: Update to 3.7.2., guix-commits, 2019/01/06
- 04/08: gnu: python-imagesize: Update to 1.1.0.,
guix-commits <=