python310Packages.soco: 0.29.0 -> 0.29.1

Diff: https://github.com/SoCo/SoCo/compare/refs/tags/v0.29.0...v0.29.1

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.29.1
This commit is contained in:
Fabian Affolter 2023-02-19 00:20:59 +01:00
parent 7fac81ab46
commit fa4d08d942

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.29.0";
version = "0.29.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-6xyJY+qgwMsOgnh+PTVCf4F442hnBwlFnW+bt/cWxGc=";
hash = "sha256-Kp9rG7fJzvmnLpjVulf9kODoABdjaaHvgyed9I+FHVA=";
};
propagatedBuildInputs = [