Merge pull request #274675 from fabaff/soco-bump

python311Packages.soco: 0.29.1 -> 0.30.0
This commit is contained in:
Fabian Affolter 2023-12-20 11:22:45 +01:00 committed by GitHub
commit 0d2f783fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.29.1";
version = "0.30.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-Kp9rG7fJzvmnLpjVulf9kODoABdjaaHvgyed9I+FHVA=";
hash = "sha256-xoHXUcHmzEDmE17r0+vI56UBAPQEhpglBkWtwE9b2Nw=";
};
propagatedBuildInputs = [