Unverified Commit 0a0027cb authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

python311Packages.pyaml: 23.12.0 -> 24.4.0
parents c8db8bd9 9f7cb709
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [