Commit e3197735 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pyrainbird: 6.0.1 -> 6.0.2

parent f867779e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "pyrainbird";
  version = "6.0.1";
  version = "6.0.2";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "allenporter";
    repo = "pyrainbird";
    rev = "refs/tags/${version}";
    hash = "sha256-kRPRyEt31SJpNRXcTshGByKAfPzEj+CDNpEQp4Klgks=";
    hash = "sha256-CcoZZ60PItqy0bCc36WfyNF9Fc28aHwQ6hhnY41lBNg=";
  };

  postPatch = ''