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

python3Packages.pyicloud: 2.3.0 -> 2.4.1

parent 5f1c568a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "pyicloud";
  version = "2.3.0";
  version = "2.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "timlaing";
    repo = "pyicloud";
    tag = version;
    hash = "sha256-sejOJOzgZD531U5tHMoTwDH0ZkAi0sZ/nPp7uQDIZvU=";
    hash = "sha256-6Z5YhEqRzThQM5nHG0o+q4Rm/+A/ss3N6RDRz6mPJm4=";
  };

  build-system = [