Unverified Commit fcf2b060 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyrainbird: 6.0.2 -> 6.0.5 (#492056)

parents ced59c52 48dd079e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

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

  src = fetchFromGitHub {
    owner = "allenporter";
    repo = "pyrainbird";
    tag = version;
    hash = "sha256-CcoZZ60PItqy0bCc36WfyNF9Fc28aHwQ6hhnY41lBNg=";
    hash = "sha256-8zEbj6n16ZBLPLMNFQxOXObz4GisKQMEh03sdSNtDHs=";
  };

  build-system = [ setuptools ];