python3Packages.imgw-pib: 1.0.10 -> 1.1.0
This commit is contained in:
parent
fcde5a91e4
commit
fb355076ed
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user