Unverified Commit 3462d796 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pydo: 0.30.0 -> 0.31.0 (#513673)

parents 5f6e1ac2 8cd85c85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pydo";
  version = "0.30.0";
  version = "0.31.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "digitalocean";
    repo = "pydo";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tLw34aQ9gmKSQ/cy3Rz3eKqaw/Kv4lgS1saMYMCHPxo=";
    hash = "sha256-66DdlrfK+scSCGJ9sCsTjiUxLhY5jKAKdg4JTfBMfso=";
  };

  build-system = [ poetry-core ];