3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-izone: 1.2.7 -> 1.2.9

This commit is contained in:
Martin Weinelt 2022-09-08 01:43:46 +02:00
parent c680916d6f
commit 7d5f852c54

View file

@ -7,11 +7,12 @@
, pytest-aio
, pytest-asyncio
, pytestCheckHook
, setuptools-scm
}:
buildPythonPackage rec {
pname = "python-izone";
version = "1.2.7";
version = "1.2.9";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,10 +20,16 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Swamp-Ig";
repo = "pizone";
rev = "v${version}";
hash = "sha256-CvFOhs56dfNerK3junWElQfTJi1YXA86zMbv0tseQC8=";
rev = "refs/tags/v${version}";
hash = "sha256-0rj+tKn2pbFe+nczTMGLwIwmc4jCznGGF4/IMjlEvQg=";
};
nativeBuildInputs = [
setuptools-scm
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
propagatedBuildInputs = [
aiohttp
netifaces