python310Packages.pycotap: 1.2.2 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-05-15 23:30:51 +00:00
parent 10092e1418
commit 1ae0367a5d

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pycotap";
version = "1.2.2";
version = "1.3.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-+Tjs1JMczRnZWY+2M9Xqu3k48IuEcXMV5SUmqmJ3yew=";
hash = "sha256-Z0NV8BMAvgPff4cXhOSYZSwtiawZzXfujmFlJjSi+Do=";
};
meta = with lib; {