Commit 26cc8bad authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.boschshcpy: 0.2.75 -> 0.2.77

parent 371c4426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "boschshcpy";
  version = "0.2.75";
  version = "0.2.77";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "tschamm";
    repo = pname;
    rev = version;
    hash = "sha256-T3QTNnnkquv0IurwNtblX9CF/gLeMONEFfbJV/n/Wj4=";
    hash = "sha256-VakHBxTd6Nug/022HYc986LDIsVnTcsMtxBV7zJf+PY=";
  };

  propagatedBuildInputs = [