Merge pull request #305781 from r-ryantm/auto-update/python311Packages.pyaml

python311Packages.pyaml: 23.12.0 -> 24.4.0
This commit is contained in:
Robert Scott 2024-04-23 22:33:45 +01:00 committed by GitHub
commit 0a0027cb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pyaml";
version = "23.12.0";
version = "24.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zm9kjv37GzpVefjO2wT6zw+h6PZIRrY5MJtYW7MitOU=";
hash = "sha256-Dkg9kokBDnR6Ml3EMXG8w51lYt0d1HGejMfnyWyZ/OY=";
};
nativeBuildInputs = [