mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python311Packages.asyncsleepiq: 1.5.1 -> 1.5.2
Changelog: https://github.com/kbickar/asyncsleepiq/releases/tag/v1.5.2
This commit is contained in:
parent
a85a99c33e
commit
e4dd0f5333
@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncsleepiq";
|
||||
version = "1.5.1";
|
||||
version = "1.5.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-YZimENglXCamHWGS3TrLNsaRMa/deNJiQ1fs8KAj7rc=";
|
||||
hash = "sha256-QwVUYYC25Lx3nfQ8PKCO2mFMT9ol6mvwojVVATwW4kI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user