Merge pull request #167995 from r-ryantm/auto-update/python310Packages.whodap

python310Packages.whodap: 0.1.4 -> 0.1.5
This commit is contained in:
Fabian Affolter 2022-04-09 16:23:46 +02:00 committed by GitHub
commit 03141f1afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,15 @@
buildPythonPackage rec {
pname = "whodap";
version = "0.1.4";
version = "0.1.5";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "pogzyb";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L8fSf9AhmWbRvLKvf0aowKoal+5dG1SJXcA7Ssrhj6o=";
rev = "refs/tags/v${version}";
sha256 = "sha256-Jm3+WMGuYc910TNDVzHjYcbNcts668D3xYORXxozWqA=";
};
propagatedBuildInputs = [