3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #153297 from r-ryantm/auto-update/python3.8-types-decorator

python38Packages.types-decorator: 5.1.1 -> 5.1.2
This commit is contained in:
Fabian Affolter 2022-01-03 08:26:45 +01:00 committed by GitHub
commit c38ca58c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-decorator";
version = "5.1.1";
version = "5.1.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-WBcQj9v71OppsQcrG1fJpyakF4z9CBYMtb1PmTdptsE=";
sha256 = "b3dd9027af1131b4e55ccd09248b7accc7a02d567139e2009ed20db13cf90600";
};
# Modules doesn't have tests