python311Packages.pyaml: 23.12.0 -> 24.4.0

This commit is contained in:
R. Ryantm 2024-04-21 16:18:02 +00:00
parent 006b543cc2
commit 9f7cb709c1
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 = [