python312Packages.pyblu: 1.0.4 -> 1.0.4

https://github.com/LouisChrist/pyblu/releases/tag/v1.0.4
This commit is contained in:
Martin Weinelt
2024-10-18 17:36:27 +02:00
parent e8a263c190
commit bd63b5fef2
@@ -12,16 +12,18 @@
buildPythonPackage rec {
pname = "pyblu";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "LouisChrist";
repo = "pyblu";
rev = "refs/tags/v${version}";
hash = "sha256-1H7TqFPVstB+nCYwWOT8E2HcmkLQx9pekBq2WIAf8DQ=";
hash = "sha256-BDuptBC72XG+q/5MlbPMjYDIhWKg4gfEo2pLOflwQaM=";
};
pythonRelaxDeps = [ "aiohttp" ];
build-system = [ poetry-core ];
dependencies = [