python3Packages.ols: point to my own repo, 2023-06-15 -> 2024-06-21

This commit is contained in:
Colin 2024-06-21 13:42:02 +00:00
parent 7f46b034f9
commit c0d9f05575

View File

@ -11,17 +11,27 @@
# , wheel
}: buildPythonPackage {
pname = "ols";
version = "0.1.0-unstable-2023-06-15";
version = "0.1.0-unstable-2024-06-21";
format = "pyproject";
# format = "setuptools";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "tpikonen";
# my dev branch has a few changes:
# - fix `cellid-ols-import` to make --mcc, --mnc actually be optional
domain = "git.uninsane.org";
owner = "colin";
repo = "ols";
rev = "069560accc6558f16d6d9abea63bd7563ea3f0e9";
hash = "sha256-/931fc37QzITOA61D2CeXr/JmvDg0t8fLSt2y+2kSyQ=";
rev = "810508aa7e1fad0257d1a2cf8d7a212a85868a99";
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 = [
aiohttp