Skip to content

Commit

Permalink
python310Packages.whodap: 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
Diff: pogzyb/whodap@refs/tags/v0.1.7...v0.1.8

Changelog: https://github.com/pogzyb/whodap/releases/tag/v0.1.8
  • Loading branch information
fabaff committed Feb 21, 2023
1 parent 011b742 commit 4b36675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/whodap/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ lib
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, httpx
}:

buildPythonPackage rec {
pname = "whodap";
version = "0.1.7";
version = "0.1.8";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -18,15 +18,15 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Aji8OqdcVOHB4TOv4W6x1qIGaJvoDmLGpr/PFz5mZ4w=";
hash = "sha256-hAU9143R/LDqDBgX3Y+gBG+dt4dpIIPDdO6HgH0ZTfg=";
};

propagatedBuildInputs = [
httpx
];

nativeCheckInputs = [
asynctest
pytest-asyncio
pytestCheckHook
];

Expand Down

0 comments on commit 4b36675

Please sign in to comment.