Skip to content

Commit

Permalink
Merge pull request NixOS#305781 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.pyaml

python311Packages.pyaml: 23.12.0 -> 24.4.0
  • Loading branch information
risicle authored Apr 23, 2024
2 parents c8db8bd + 9f7cb70 commit 0a0027c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0a0027c

Please sign in to comment.