3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #228117 from fabaff/whirlpool-sixth-sense-bump

python311Packages.whirlpool-sixth-sense: 0.18.2 -> 0.18.3
This commit is contained in:
Fabian Affolter 2023-04-25 22:19:50 +02:00 committed by GitHub
commit c2129ff4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,14 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, setuptools
, websockets
}:
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.2";
format = "setuptools";
version = "0.18.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,9 +22,13 @@ buildPythonPackage rec {
owner = "abmantis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6vmevL/VDuBnsPeYxtBZkCi9SVuINpM6jVlNR1Y6AuA=";
hash = "sha256-GvebWPO+jKDJk7yuMgEctlvKLXeo95GlJUSuI+FMCRU=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aioconsole
aiohttp