python310Packages.pytap2: 2.2.0 -> 2.3.0

Diff: https://github.com/johnthagen/pytap2/compare/v2.2.0...v2.3.0
This commit is contained in:
Fabian Affolter
2023-04-30 00:57:52 +02:00
parent 76a6077c09
commit ab61165345
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytap2";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "johnthagen";
repo = "pytap2";
rev = "v${version}";
hash = "sha256-/t0Seg+8ZrOWOHBu9ftE1xkrnDeoYdHopXBvJTMGYRI=";
hash = "sha256-GN8yFnS7HVgIP73/nVtYnwwhCBI9doGHLGSOaFiWIdw=";
};
propagatedBuildInputs = [