1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 20:36:27 +00:00

python: imagesize: 1.1.0 -> 1.2.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:13 +02:00
parent d7a7002d6d
commit 12b22d9dc7

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "imagesize";
version = "1.1.0";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5";
sha256 = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1";
};
meta = with stdenv.lib; {