1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

python3Packages.mocket: 3.9.41 -> 3.9.42

This commit is contained in:
Martin Weinelt 2021-06-10 23:18:47 +02:00
parent f6984fbe37
commit 0dd2289d32
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "mocket";
version = "3.9.41";
version = "3.9.42";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "19zxqh0xk08gj0jf6im9vh53z22yf17ywzykk0fjs9g7m29x8i5j";
sha256 = "1vvlbnbypd4z1pjlvhwhd89fn0mis5acfx4v25f1mfl04k63ffah";
};
propagatedBuildInputs = [