Skip to content

Commit a64e3f5

Browse files
authored
python3Packages.pyaml: 25.1.0 -> 25.5.0 (#414636)
2 parents 0f83f7b + f599de2 commit a64e3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyaml/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyaml";
12-
version = "25.1.0";
12+
version = "25.5.0";
1313
pyproject = true;
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
hash = "sha256-M6k6xJIY9X4CC4HigNJwbOpVSsWnZEWsea3XYNAZxwk=";
17+
hash = "sha256-V5lWDHscna81p6RTX1PiwwMj90y9fLTy5xWxbdaBpYo=";
1818
};
1919

2020
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)