forked from mirrors/nixpkgs
python310Packages.pybotvac: 0.0.23 -> 0.0.24
Changelog: https://github.com/stianaske/pybotvac/releases/tag/v0.0.24
This commit is contained in:
parent
8c794bcbec
commit
f176841d98
|
@ -8,15 +8,15 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "${version}";
|
||||
version = "0.0.23";
|
||||
pname = "pybotvac";
|
||||
version = "0.0.24";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-VLT+VlwQAAxU1WRNCB4t4fhQ2u+6w5zqdM6mSbR7+xI=";
|
||||
hash = "sha256-SXIs9AUXWm1H49MVDT4z6msNPaW5sAU20rcsWZ7ERdU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue