Loading pkgs/development/python-modules/imgw-pib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "imgw-pib"; version = "1.0.10"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "bieniu"; repo = "imgw-pib"; tag = version; hash = "sha256-Jp7ValBP/upUWUIyIHeHd6l3awBdv+Mgf458eUICNko="; hash = "sha256-6vN1f0qHDJZh80IvWhnpGr2Qg/2/jCaCSxOvlVGc3B8="; }; build-system = [ setuptools ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${version}"; changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${src.tag}"; description = "Python async wrapper for IMGW-PIB API"; homepage = "https://github.com/bieniu/imgw-pib"; license = lib.licenses.asl20; Loading Loading
pkgs/development/python-modules/imgw-pib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "imgw-pib"; version = "1.0.10"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "bieniu"; repo = "imgw-pib"; tag = version; hash = "sha256-Jp7ValBP/upUWUIyIHeHd6l3awBdv+Mgf458eUICNko="; hash = "sha256-6vN1f0qHDJZh80IvWhnpGr2Qg/2/jCaCSxOvlVGc3B8="; }; build-system = [ setuptools ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${version}"; changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${src.tag}"; description = "Python async wrapper for IMGW-PIB API"; homepage = "https://github.com/bieniu/imgw-pib"; license = lib.licenses.asl20; Loading