forked from mirrors/nixpkgs
chirp: unstable-2022-12-07 -> unstable-2023-03-15
Upgrading fixes a current build problem regarding setuptools 67's enhanced strictness.
This commit is contained in:
parent
23fff891b7
commit
2ea5188580
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "chirp";
|
pname = "chirp";
|
||||||
version = "unstable-2022-12-07";
|
version = "unstable-2023-03-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kk7ds";
|
owner = "kk7ds";
|
||||||
repo = "chirp";
|
repo = "chirp";
|
||||||
rev = "dc0c98d22423b496faf0a86296a6ec0bb3b3e11a";
|
rev = "33402b7c545c5a92b7042369867e7eb75ef32a59";
|
||||||
hash = "sha256-z0xD11CB7Vt8k0dPXE+E5ZD9XAFwWNxjnUs25/Gd7zI=";
|
hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
requests
|
requests
|
||||||
six
|
six
|
||||||
wxPython_4_2
|
wxPython_4_2
|
||||||
|
yattag
|
||||||
];
|
];
|
||||||
|
|
||||||
# "running build_ext" fails with no output
|
# "running build_ext" fails with no output
|
||||||
|
|
Loading…
Reference in a new issue