We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f83f7b + f599de2 commit a64e3f5Copy full SHA for a64e3f5
pkgs/development/python-modules/pyaml/default.nix
@@ -9,12 +9,12 @@
9
10
buildPythonPackage rec {
11
pname = "pyaml";
12
- version = "25.1.0";
+ version = "25.5.0";
13
pyproject = true;
14
15
src = fetchPypi {
16
inherit pname version;
17
- hash = "sha256-M6k6xJIY9X4CC4HigNJwbOpVSsWnZEWsea3XYNAZxwk=";
+ hash = "sha256-V5lWDHscna81p6RTX1PiwwMj90y9fLTy5xWxbdaBpYo=";
18
};
19
20
nativeBuildInputs = [ setuptools ];
0 commit comments