python310Packages.pook: 1.1.0 -> 1.1.1

Diff: https://github.com/h2non/pook/compare/refs/tags/v1.1.0...v1.1.1

Changelog: https://github.com/h2non/pook/blob/v1.1.1/History.rst
This commit is contained in:
Fabian Affolter 2023-01-15 16:08:22 +01:00
parent 225ee3890d
commit a1654f8b87

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pook";
version = "1.1.0";
version = "1.1.1";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "h2non";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5hVRyZCA5VzufiYh1l9ezob1iuT8/VXhuFjC0OjGsbQ=";
hash = "sha256-nLeJAAsJUKFAetZSAQmOtXP+3ZRHvCTFAzycSkK+kiI=";
};
propagatedBuildInputs = [