Unverified Commit fca25061 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

librelane: 3.0.0 -> 3.0.1 (#505501)

parents 0da292ee 9edaf663
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";
  version = "3.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "librelane";
    repo = "librelane";
    tag = finalAttrs.version;
    hash = "sha256-BZmoneeMpnnQ2wUb5sorLFsFZsLaKclhAtCIiMsW8Qc=";
    hash = "sha256-NrfZm7GlFxIEIqaPB2SubKMV7DdqYzRtdRfIePMqwgM=";
  };

  build-system = [