python311Packages.pyrainbird: 6.0.1 -> 6.0.2

This commit is contained in:
R. Ryantm 2024-05-21 12:02:45 +00:00
parent f867779e2e
commit e3197735e3

View File

@ -24,7 +24,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyrainbird"; pname = "pyrainbird";
version = "6.0.1"; version = "6.0.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "allenporter"; owner = "allenporter";
repo = "pyrainbird"; repo = "pyrainbird";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-kRPRyEt31SJpNRXcTshGByKAfPzEj+CDNpEQp4Klgks="; hash = "sha256-CcoZZ60PItqy0bCc36WfyNF9Fc28aHwQ6hhnY41lBNg=";
}; };
postPatch = '' postPatch = ''