python311Packages.soco: 0.30.1 -> 0.30.2

Diff: https://github.com/SoCo/SoCo/compare/refs/tags/v0.30.1...v0.30.2

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.30.2
This commit is contained in:
Fabian Affolter 2024-01-14 17:27:53 +01:00
parent dc0fcc5e75
commit 32c72f2cf0

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.1";
version = "0.30.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-MajtB754VY+WmeJ2UROeNfvFdqSWIDXQwDSDK7zn8fk=";
hash = "sha256-T5kZxwLtqdECuYNfI0z2kLuTPp8yuPsx+MQG27WUJYU=";
};
propagatedBuildInputs = [