python3Packages.coconut: 3.0.4 -> 3.1.0

This commit is contained in:
Martin Weinelt 2024-03-08 02:39:31 +01:00
parent 4e42259e95
commit e797faf00f

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "coconut";
version = "3.0.4";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "evhub";
repo = "coconut";
rev = "refs/tags/v${version}";
hash = "sha256-TIYep9EuCfcN8bp0vkaoB5W626lrD4PVh+oYKmVrfeY=";
hash = "sha256-xlA/yryUXZCU56gJ0y7M9JHgWkvXiB09ywyf0sP1o+4=";
};
nativeBuildInputs = [