Unverified Commit b0d2d7bd authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 637b4d9b 1e6f8213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [