python310Packages.wasabi: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2022-03-31 06:14:33 +00:00
parent 0e671e2b2b
commit 0e3e49fc67
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "wasabi";
version = "0.9.0";
version = "0.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "152245d892030a3a7b511038e9472acff6d0e237cfe4123fef0d147f2d3274fc";
sha256 = "sha256-rabxPptw7ya/lfrQ/r396+IAXimgitWPS7rjg6lymM8=";
};
checkInputs = [ pytestCheckHook ];