Commit 80ce5a05 authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files
parent f7d4d2df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

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

  disabled = pythonOlder "3.6";
@@ -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 ];