Unverified Commit 7a0cfca6 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

beets: 2.3.0 -> 2.3.1 (#407003)

parents 7d14281d 522dee29
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -171,9 +171,6 @@
    flask-cors
  ];
  zero = { };
}
# NOTE: There will be no need for this conditional once beets is updated.
// lib.optionalAttrs (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") {
  _typing = {
    testPaths = [ ];
  };
+0 −4
Original line number Diff line number Diff line
@@ -101,8 +101,6 @@ python3Packages.buildPythonApplication {
      pyyaml
      unidecode
      typing-extensions
    ]
    ++ lib.optionals (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") [
      lap
    ]
    ++ (concatMap (p: p.propagatedBuildInputs) (attrValues enabledPlugins));
@@ -151,8 +149,6 @@ python3Packages.buildPythonApplication {
      mock
      rarfile
      responses
    ]
    ++ lib.optionals (lib.versionAtLeast version "2.2.0-unstable-2025-03-12") [
      requests-mock
    ]
    ++ [
+5 −5
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ lib.makeExtensible (

    beets-stable = callPackage ./common.nix rec {
      inherit python3Packages extraPatches;
      version = "2.3.0";
      version = "2.3.1";
      src = fetchFromGitHub {
        owner = "beetbox";
        repo = "beets";
        tag = "v${version}";
        hash = "sha256-mH3m2O+q5Ys9DJD3ulmhViyf/VPEpHevjmNerVe327s=";
        hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY=";
      };
    };

@@ -44,12 +44,12 @@ lib.makeExtensible (

    beets-unstable = callPackage ./common.nix {
      inherit python3Packages;
      version = "2.3.0";
      version = "2.3.1";
      src = fetchFromGitHub {
        owner = "beetbox";
        repo = "beets";
        rev = "250b0da900c095a09bedc1a0717381010c01a3c6";
        hash = "sha256-mH3m2O+q5Ys9DJD3ulmhViyf/VPEpHevjmNerVe327s=";
        rev = "d487d675b9115672c484eab8a6729b1f0fd24b68";
        hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY=";
      };
    };