Merge pull request #313380 from r-ryantm/auto-update/python311Packages.pyrainbird

python311Packages.pyrainbird: 6.0.1 -> 6.0.2
This commit is contained in:
Fabian Affolter 2024-05-22 08:47:28 +02:00 committed by GitHub
commit 95b905a3de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''