python310Packages.types-pyyaml: 6.0.12 -> 6.0.12.1
This commit is contained in:
parent
4a9f9e03fc
commit
1761c5d085
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pyyaml";
|
||||
version = "6.0.12";
|
||||
version = "6.0.12.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-PyYAML";
|
||||
inherit version;
|
||||
sha256 = "sha256-9vNQQYElhy8/BAnZamKlpc60UjGvXMB+4ANOxIo8gvo=";
|
||||
sha256 = "sha256-cMyq/PP7QE1Xv/wVKf3YahPotPLPn8PugaZAjOCtWdI=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue