python3Packages.python-trovo: 0.1.6 -> 0.1.7

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:11 +01:00
parent 75eb60fa7a
commit 63eb560e9c
@@ -2,21 +2,26 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, poetry-core
, requests
}:
buildPythonPackage rec {
pname = "python-trovo";
version = "0.1.6";
format = "setuptools";
version = "0.1.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-g1RDHSNGbGT1G2ej7A8WzyR17FaNPySfsAuKbHddmtQ=";
hash = "sha256-3EVSF4+nLvvM2RocNM2xz9Us5VrRRTCu/MWCcqwwikw=";
};
nativeBuildInputs = [
poetry-core
];
propagatedBuildInputs = [ requests ];
# No tests found