Commit 850a398b authored by R. RyanTM's avatar R. RyanTM
Browse files

pydeps: 3.0.3 -> 3.0.6

parent 6453a034
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 ];