We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ddf8d4 + a6ec834 commit 634407dCopy full SHA for 634407d
pkgs/development/python-modules/types-decorator/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage rec {
9
pname = "types-decorator";
10
- version = "5.2.0.20250224";
+ version = "5.2.0.20250324";
11
pyproject = true;
12
13
src = fetchPypi {
14
pname = "types_decorator";
15
inherit version;
16
- hash = "sha256-1oqi9Vz1BFEN19AbSeaN0yw6IA0LwMu4RZXboaEZVP8=";
+ hash = "sha256-j71ysNrcVhduSOUYfedE52/kW8yRolh0uqdWYkEhVdM=";
17
};
18
19
build-system = [ setuptools ];
0 commit comments