Unverified Commit 1d29c007 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.boschshcpy: 0.2.91 -> 0.2.95 (#347296)

parents b58cb0cd 96d53586
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "boschshcpy";
  version = "0.2.91";
  version = "0.2.95";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "tschamm";
    repo = "boschshcpy";
    rev = "refs/tags/${version}";
    hash = "sha256-lQDYJrla2iDk1MbLHjBGP3ZcZ1djD3bWhz15RaBFMgg=";
    hash = "sha256-5kPC6UxqysJEHNWDoXhg7oo/hQSKICuqWmOdjlljoLs=";
  };

  nativeBuildInputs = [ setuptools ];