Skip to content

Commit fba4391

Browse files
authored
python3Packages.pyyaml: 6.0.2 -> 6.0.3 (#446308)
2 parents 28b7ac2 + 5c81ed2 commit fba4391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyyaml";
14-
version = "6.0.2";
14+
version = "6.0.3";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "yaml";
2121
repo = "pyyaml";
2222
tag = version;
23-
hash = "sha256-IQoZd9Lp0ZHLAQN3PFwMsZVTsIVJyIaT9D6fpkzA8IA=";
23+
hash = "sha256-jUooIBp80cLxvdU/zLF0X8Yjrf0Yp9peYeiFjuV8AHA=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)