python312Packages.pyaml: 24.9.0 -> 24.12.1 (#365949)

This commit is contained in:
Nick Cao
2024-12-18 08:58:57 -05:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pyaml";
version = "24.9.0";
version = "24.12.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-543uiw1P7Va7n6EainhY5vreHscKmhIs7mc276w+abU=";
hash = "sha256-OTjCtHkk7XRST4RJYaARhS95aPuMx7OTMnYIfF0eRbM=";
};
nativeBuildInputs = [ setuptools ];