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 2527d00 + 2b04dde commit 623cccbCopy full SHA for 623cccb
pkgs/development/python-modules/mitogen/default.nix
@@ -8,7 +8,7 @@
8
9
buildPythonPackage rec {
10
pname = "mitogen";
11
- version = "0.3.20";
+ version = "0.3.21";
12
pyproject = true;
13
14
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
owner = "mitogen-hq";
18
repo = "mitogen";
19
tag = "v${version}";
20
- hash = "sha256-XA4ra06OHUV67HF093Mfi0M+Dd6K3gMnOYeOB663DhA=";
+ hash = "sha256-F8W15JHOuQ+MhQtQZz+zssgeZqFC+agqINnFaKP0lto=";
21
};
22
23
build-system = [ setuptools ];
0 commit comments