Skip to content

Commit

Permalink
Merge pull request #170397 from r-ryantm/auto-update/python3.10-mocket
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Apr 26, 2022
2 parents cef0533 + 82fbd08 commit d12430a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mocket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

buildPythonPackage rec {
pname = "mocket";
version = "3.10.4";
version = "3.10.5";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "831c23bf891c525828b7da49a358c6e0698481e4c8b3a61a69e87f36d06ef969";
sha256 = "sha256-rF6ol5T6wH0nNmaP+lHQL8H+XZz1kl7OEe7NNO4MCtw=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit d12430a

Please sign in to comment.