librelane: 3.0.0.dev52 -> 3.0.0rc0 (#495865)

This commit is contained in:
Gaétan Lepage
2026-03-03 00:28:20 +00:00
committed by GitHub
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "librelane";
version = "3.0.0.dev52";
version = "3.0.0rc0";
pyproject = true;
src = fetchFromGitHub {
owner = "librelane";
repo = "librelane";
tag = finalAttrs.version;
hash = "sha256-0Sh5KR0Yc4gVT2d88z1GCJZmnsE4CYMsecLjQwm/Rxs=";
hash = "sha256-YG1/Exm1sXqydBvXQcSvRH3DcJbBMxu4P/AHytu9JMI=";
};
build-system = [