Skip to content

Commit 47a0e9d

Browse files
committed
Upgrade types-PyYAML 6.0.12.9 -> 6.0.12.20240917
1 parent ec45d04 commit 47a0e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/types-pyyaml.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
}:
44
buildPythonPackage rec {
55
pname = "types-PyYAML";
6-
version = "6.0.12.9";
6+
version = "6.0.12.20240917";
77

88
src = fetchPypi {
99
inherit pname version;
10-
hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY=";
10+
hash = "sha256-0UBahvlXZoIjTvg7y05v/3yTBcix+61eC81Pfb3JxYc=";
1111
};
1212
}

0 commit comments

Comments
 (0)