Skip to content

Commit

Permalink
python310Packages.asyncwhois: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 20, 2023
1 parent 5694512 commit 011b742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/asyncwhois/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytest-mock
, pytestCheckHook
, python-socks
, pythonOlder
Expand All @@ -11,16 +11,16 @@

buildPythonPackage rec {
pname = "asyncwhois";
version = "1.0.1";
version = "1.0.2";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "pogzyb";
repo = pname;
rev = "v${version}";
hash = "sha256-TpUiUW9ntrpuT/rUhucedl+DM5X88Mislrd+3D5/TUE=";
rev = "refs/tags/v${version}";
hash = "sha256-MYK09kszv7CTvZjdA9YQFfhlJ/A5d/aebLRaiMlnuB0=";
};

propagatedBuildInputs = [
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
asynctest
pytest-mock
pytestCheckHook
];

Expand Down

0 comments on commit 011b742

Please sign in to comment.