mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.beets: 2.11.0 -> 2.12.0
Diff: https://github.com/beetbox/beets/compare/v2.11.0...v2.12.0
(cherry picked from commit 59a92f1a19)
This commit is contained in:
@@ -115,12 +115,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "beets";
|
||||
version = "2.11.0";
|
||||
version = "2.12.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "beetbox";
|
||||
repo = "beets";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fi6D0P2GtEO41VL6UKAArRedZVxw97yqDUAoilktUho=";
|
||||
hash = "sha256-u2qoZ0/qWq9YUcwbOpsqtIjX5BZ2z2wj00X59Pf+/fk=";
|
||||
};
|
||||
pyproject = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user