Unverified Commit aa9ae66e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.inject: 5.2.1 -> 5.3.0 (#420478)

parents 30ab6ab3 0e23571e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "inject";
  version = "5.2.1";
  version = "5.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ivankorobkov";
    repo = "python-inject";
    tag = "v${version}";
    hash = "sha256-Ws296ESjb+a322imiRRWTS43w32rJc/7Y//OBQXOwnw=";
    hash = "sha256-c/OpEsT9KF7285xfD+VRorrNHn3r9IPp/ts9JHyGK9s=";
  };

  build-system = [