python311Packages.wavinsentio: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2023-12-28 07:24:29 +00:00
parent 55b8e90b5f
commit 8f2b825017
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "wavinsentio";
version = "0.4.0";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-c3MpFoJrT2FBQrNce+zP/bfIZFqu8gSAA9oIa1jKYCo=";
hash = "sha256-Oko3Ivj95vajNWjQTQK18i5B/DIBngjw2HLlzYqLv2Y=";
};
propagatedBuildInputs = [