circup: 2.1.2 -> 2.3.0

Changelog: https://github.com/adafruit/circup/releases/tag/2.3.0
This commit is contained in:
Fabian Affolter 2025-11-08 22:59:45 +01:00
parent 108a1edee4
commit 3e7615cdc2

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "circup";
version = "2.1.2";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "adafruit";
repo = "circup";
tag = version;
hash = "sha256-lmuxqkZVByJwnfHj4yljWQwTvdLnguq3hZm6a7LN6Xo=";
hash = "sha256-o42gzdv69+BO5kTconZaMQBv89GzuFprf/UoZjF29oI=";
};
pythonRelaxDeps = [ "semver" ];
@ -42,6 +42,7 @@ python3.pkgs.buildPythonApplication rec {
disabledTests = [
# Test requires network access
"test_libraries_from_imports_bad"
"test_install_auto_file_bad"
];
meta = with lib; {