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 28b7ac2 + 5c81ed2 commit fba4391Copy full SHA for fba4391
1 file changed
pkgs/development/python-modules/pyyaml/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "pyyaml";
14
- version = "6.0.2";
+ version = "6.0.3";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "yaml";
21
repo = "pyyaml";
22
tag = version;
23
- hash = "sha256-IQoZd9Lp0ZHLAQN3PFwMsZVTsIVJyIaT9D6fpkzA8IA=";
+ hash = "sha256-jUooIBp80cLxvdU/zLF0X8Yjrf0Yp9peYeiFjuV8AHA=";
24
};
25
26
build-system = [
0 commit comments