0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #244902 from fabaff/types-decorator-bump

python311Packages.types-decorator: 5.1.8.3 -> 5.1.8.4
This commit is contained in:
Nick Cao 2023-07-22 16:58:10 -06:00 committed by GitHub
commit 113a655753
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.8.3";
version = "5.1.8.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Mt04D8iNDnofJ6hLoc5uKboK1CyqobiOe10n5h9uSWI=";
hash = "sha256-qMOQJGNOmYNL7xRs7C42xYX0eISt303GXW0Lex9idRc=";
};
# Modules doesn't have tests