Merge pull request #265611 from fabaff/whodap-bump

python311Packages.whodap: 0.1.10 -> 0.1.11
This commit is contained in:
Fabian Affolter 2023-11-05 11:51:53 +01:00 committed by GitHub
commit c7d51486ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "whodap";
version = "0.1.10";
version = "0.1.11";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5XDTl8NPrYWs7gPTJRDVCiZN3cWQ53/ojhJivBPHUL0=";
hash = "sha256-IX4sxuOxH4rXZlpRiWncXvaB2TkfZl1rKioZ3eqDGHs=";
};
propagatedBuildInputs = [