Skip to content

Commit

Permalink
python311Packages.pyaml: 23.12.0 -> 24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 21, 2024
1 parent 006b543 commit 9f7cb70
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 9f7cb70

Please sign in to comment.