Commit b4188f7c authored by R. RyanTM's avatar R. RyanTM Committed by Martin Weinelt
Browse files

python312Packages.pyipp: 0.14.4 -> 0.14.5

parent e0ab24c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pyipp";
  version = "0.14.4";
  version = "0.14.5";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -23,8 +23,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
   owner = "ctalkington";
   repo = "python-ipp";
   rev = version;
   hash = "sha256-xE0fdT+Ffdf4iOHWZzRa7YWtHt92lFdA/sbwjblMR40=";
   rev = "refs/tags/${version}";
   hash = "sha256-2YaQZWHrvz1OwD47WUl4UKoYXQBiemCWLM8m/zkipCU=";
  };

  postPatch = ''