Skip to content

Commit

Permalink
python311Packages.soco: 0.30.3 -> 0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and mweinelt committed May 17, 2024
1 parent f7d4d2d commit 80ce5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/soco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "soco";
version = "0.30.3";
version = "0.30.4";
pyproject = true;

disabled = pythonOlder "3.6";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-QAF3f1JMGFFsgdZzoyo+RwKKMaLG+hy+lvZwCzceU/g=";
hash = "sha256-t5Cxlm5HhN6WY6ty4i2MAtqjbC7DwZqSp1g5nybFAH4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 80ce5a0

Please sign in to comment.