python312Packages.soco: 0.30.2 -> 0.30.3

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

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.30.3
This commit is contained in:
Fabian Affolter 2024-04-15 08:23:26 +02:00
parent 6c62744581
commit a589919cb3
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.2";
version = "0.30.3";
pyproject = true;
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-T5kZxwLtqdECuYNfI0z2kLuTPp8yuPsx+MQG27WUJYU=";
hash = "sha256-QAF3f1JMGFFsgdZzoyo+RwKKMaLG+hy+lvZwCzceU/g=";
};
build-system = [