python313Packages.fjaraskupan: 2.3.2 -> 2.3.3

Changelog: https://github.com/elupus/fjaraskupan/releases/tag/2.3.3
This commit is contained in:
Fabian Affolter
2025-09-05 03:36:57 +02:00
committed by Martin Weinelt
parent 6296534f34
commit ba2af2214e
@@ -1,6 +1,7 @@
{
lib,
bleak,
bleak-retry-connector,
buildPythonPackage,
fetchFromGitHub,
pytest-mock,
@@ -11,7 +12,7 @@
buildPythonPackage rec {
pname = "fjaraskupan";
version = "2.3.2";
version = "2.3.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,12 +21,15 @@ buildPythonPackage rec {
owner = "elupus";
repo = "fjaraskupan";
tag = version;
hash = "sha256-IKi2kaypwHdK9w+FZlWrreUXBgBgg4y3D8bSJhKHSYo=";
hash = "sha256-xu5u3hvtD1gbN1f1UuxDQVIHF5pyCOWVwUq36vAgW/Y=";
};
build-system = [ setuptools ];
dependencies = [ bleak ];
dependencies = [
bleak
bleak-retry-connector
];
nativeCheckInputs = [
pytest-mock