python3Packages.ols: point to my own repo, 2023-06-15 -> 2024-06-21
This commit is contained in:
@@ -11,17 +11,27 @@
|
|||||||
# , wheel
|
# , wheel
|
||||||
}: buildPythonPackage {
|
}: buildPythonPackage {
|
||||||
pname = "ols";
|
pname = "ols";
|
||||||
version = "0.1.0-unstable-2023-06-15";
|
version = "0.1.0-unstable-2024-06-21";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
# format = "setuptools";
|
# format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
# my dev branch has a few changes:
|
||||||
owner = "tpikonen";
|
# - fix `cellid-ols-import` to make --mcc, --mnc actually be optional
|
||||||
|
domain = "git.uninsane.org";
|
||||||
|
owner = "colin";
|
||||||
repo = "ols";
|
repo = "ols";
|
||||||
rev = "069560accc6558f16d6d9abea63bd7563ea3f0e9";
|
rev = "810508aa7e1fad0257d1a2cf8d7a212a85868a99";
|
||||||
hash = "sha256-/931fc37QzITOA61D2CeXr/JmvDg0t8fLSt2y+2kSyQ=";
|
hash = "sha256-ybSyj+4GbA7nHI8tT423wwcwvUcJo+v8avlOMpoMK14=";
|
||||||
};
|
};
|
||||||
|
# src = fetchFromGitea {
|
||||||
|
# domain = "codeberg.org";
|
||||||
|
# owner = "tpikonen";
|
||||||
|
# repo = "ols";
|
||||||
|
# rev = "069560accc6558f16d6d9abea63bd7563ea3f0e9";
|
||||||
|
# hash = "sha256-/931fc37QzITOA61D2CeXr/JmvDg0t8fLSt2y+2kSyQ=";
|
||||||
|
# };
|
||||||
|
# src = /home/colin/ref/repos/tpikonen/ols;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
|
Reference in New Issue
Block a user