Merge pull request #299499 from r-ryantm/auto-update/python312Packages.glad2

python312Packages.glad2: 2.0.5 -> 2.0.6
This commit is contained in:
Weijia Wang 2024-04-05 22:49:01 +02:00 committed by GitHub
commit f693fe1941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [