Skip to content

Commit 634407d

Browse files
authored
python312Packages.types-decorator: 5.2.0.20250224 -> 5.2.0.20250324 (#395435)
2 parents 0ddf8d4 + a6ec834 commit 634407d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/types-decorator

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/types-decorator/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildPythonPackage rec {
99
pname = "types-decorator";
10-
version = "5.2.0.20250224";
10+
version = "5.2.0.20250324";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "types_decorator";
1515
inherit version;
16-
hash = "sha256-1oqi9Vz1BFEN19AbSeaN0yw6IA0LwMu4RZXboaEZVP8=";
16+
hash = "sha256-j71ysNrcVhduSOUYfedE52/kW8yRolh0uqdWYkEhVdM=";
1717
};
1818

1919
build-system = [ setuptools ];

0 commit comments

Comments
 (0)