python312Packages.glad2: 2.0.5 -> 2.0.6

This commit is contained in:
R. Ryantm 2024-03-27 11:39:42 +00:00
parent fd2ac5b6f3
commit 7a3e224c96
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "glad2";
version = "2.0.5";
version = "2.0.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-ugdXtqo6IEtjeHOxPQubQIZa4ZbfcpD8bAHYGOWK+Bw=";
hash = "sha256-CGFa7TIZ6hx3WEvVlh2CO6sib4rDgx0JrfZcb6h3+Ow=";
};
propagatedBuildInputs = [