Skip to content

Commit 623cccb

Browse files
authored
python313Packages.mitogen: 0.3.20 -> 0.3.21 (NixOS#375394)
2 parents 2527d00 + 2b04dde commit 623cccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/mitogen/default.nix

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

99
buildPythonPackage rec {
1010
pname = "mitogen";
11-
version = "0.3.20";
11+
version = "0.3.21";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "mitogen-hq";
1818
repo = "mitogen";
1919
tag = "v${version}";
20-
hash = "sha256-XA4ra06OHUV67HF093Mfi0M+Dd6K3gMnOYeOB663DhA=";
20+
hash = "sha256-F8W15JHOuQ+MhQtQZz+zssgeZqFC+agqINnFaKP0lto=";
2121
};
2222

2323
build-system = [ setuptools ];

0 commit comments

Comments
 (0)