Unverified Commit 6b926316 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

python3Packages.sabctools: 8.2.6 -> 9.1.0 (#468675)

parents d8e65e60 10ac79f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
  pname = "sabctools";
  version = "8.2.6";
  version = "9.1.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-olZSIjfP2E1tkCG8WzEZfrBJuDEp3PZyFFE5LJODEZE=";
    hash = "sha256-i4xplGc85ZuJLvA6oRocHY3sw1UMt7S2bIkwMUDunEk=";
  };

  nativeBuildInputs = [ setuptools ];