Unverified Commit fe112813 authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

python3Packages.packvers: 22.0 -> 21.5

packvers is a fork of pypa/packaging and packvers work resides under `main2` branch
which only has upto 21.5. (This can be confirmed on pypi having only 21.5 at the time commiting this)
parent 2c9a88bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "packvers";
  version = "22.0";
  version = "21.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nexB";
    owner = "aboutcode-org";
    repo = "packvers";
    tag = version;
    hash = "sha256-19jCW3BK6XIcukDsFd1jERc2+g8Hcs/gdm3+dBzQS14=";
    hash = "sha256-nCSYL0g7mXi9pGFt24pOXbmmYsaRuB+rRZrygf8DTLE=";
  };

  build-system = [ setuptools ];