Merge pull request #247205 from fabaff/types-pyyaml-bump
python311Packages.types-pyyaml: 6.0.12.9 -> 6.0.12.11
This commit is contained in:
commit
e4d25e36e8
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pyyaml";
|
||||
version = "6.0.12.9";
|
||||
version = "6.0.12.11";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-PyYAML";
|
||||
inherit version;
|
||||
hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY=";
|
||||
hash = "sha256-fTQLGcoozd/bpDjuY4zUCEveIT5QGjl4c4VD4nCUd1s=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue