We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec45d04 commit 47a0e9dCopy full SHA for 47a0e9d
nix/types-pyyaml.nix
@@ -3,10 +3,10 @@
3
}:
4
buildPythonPackage rec {
5
pname = "types-PyYAML";
6
- version = "6.0.12.9";
+ version = "6.0.12.20240917";
7
8
src = fetchPypi {
9
inherit pname version;
10
- hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY=";
+ hash = "sha256-0UBahvlXZoIjTvg7y05v/3yTBcix+61eC81Pfb3JxYc=";
11
};
12
}
0 commit comments