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

pydeps: 3.0.3 -> 3.0.6 (#513646)

parents c3e30f8a 850a398b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pydeps";
  version = "3.0.3";
  version = "3.0.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "thebjorn";
    repo = "pydeps";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7wMqDhBuGDmWHeaBE3Hs50FGO0vPvrNLQNGC+9u3jAs=";
    hash = "sha256-/Ie75jQWG3t4cGMRMVPJ7r6aBdm4hC7/CgwmuOUk4BA=";
  };

  build-system = [ setuptools ];