3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.whodap: 0.1.5 -> 0.1.6

This commit is contained in:
Fabian Affolter 2022-08-06 19:33:08 +02:00
parent 872580ae90
commit 88fbda364a

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "whodap";
version = "0.1.5";
version = "0.1.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Jm3+WMGuYc910TNDVzHjYcbNcts668D3xYORXxozWqA=";
hash = "sha256-gLA6tT6ZUMjb2ZF5t6DdI5nqiX2Uxatj3ThmQ+VZu9A=";
};
propagatedBuildInputs = [