Commit 47684e21 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pkginfo2: 30.0.0 -> 30.1.0

https://github.com/aboutcode-org/pkginfo2/releases/tag/v30.1.0

This commit was automatically generated using update-python-libraries.
parent 1604ff76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pkginfo2";
  version = "30.0.0";
  version = "30.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nexB";
    repo = "pkginfo2";
    tag = "v${version}";
    hash = "sha256-E9EyaN3ncf/34vvvhRe0rwV28VrjqJo79YFgXq2lKWU=";
    hash = "sha256-M6fJbW1XCe+LKyjIupKnLmVkH582r1+AH44r9JA0Sxg=";
  };

  build-system = [ setuptools ];