Commit 99c23314 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.os-service-types: 1.8.0 -> 1.8.1

parent 2a8c7895
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "os-service-types";
  version = "1.8.0";
  version = "1.8.1";
  pyproject = true;

  src = fetchPypi {
    pname = "os_service_types";
    inherit version;
    hash = "sha256-iQznTxMsozTCsj8AJRErR8aSbabSjC91vPwKg96jYD4=";
    hash = "sha256-w9YBNO5QnPVUUsc/+L1BiRvLbPQkIaFZwBOIJOEmQCs=";
  };

  postPatch = ''