python3Packages.imgw-pib: 1.0.10 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-06-26 07:37:41 +00:00
parent fcde5a91e4
commit fb355076ed

View File

@ -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 ];
@ -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;