mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +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 {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "circup";
|
pname = "circup";
|
||||||
version = "2.1.2";
|
version = "2.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adafruit";
|
owner = "adafruit";
|
||||||
repo = "circup";
|
repo = "circup";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-lmuxqkZVByJwnfHj4yljWQwTvdLnguq3hZm6a7LN6Xo=";
|
hash = "sha256-o42gzdv69+BO5kTconZaMQBv89GzuFprf/UoZjF29oI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "semver" ];
|
pythonRelaxDeps = [ "semver" ];
|
||||||
|
|
@ -42,6 +42,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Test requires network access
|
# Test requires network access
|
||||||
"test_libraries_from_imports_bad"
|
"test_libraries_from_imports_bad"
|
||||||
|
"test_install_auto_file_bad"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue