mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
circup: 2.1.2 -> 2.3.0
Changelog: https://github.com/adafruit/circup/releases/tag/2.3.0
This commit is contained in:
parent
108a1edee4
commit
3e7615cdc2
|
|
@ -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; {
|
||||
|
|
|
|||
Loading…
Reference in a new issue