mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] python3Packages.beets: 2.13.0 -> 2.13.1 (#547170)
This commit is contained in:
@@ -114,12 +114,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "beets";
|
||||
version = "2.13.0";
|
||||
version = "2.13.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "beetbox";
|
||||
repo = "beets";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ezADHmpryyMcQA+ojPQQ74wA/LRfzN+Ygr6CknZhxBg=";
|
||||
hash = "sha256-f25Uv7PRKBFUWah6pvEwwTFjxXKQfmAP2fyTNFJyWB0=";
|
||||
};
|
||||
pyproject = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user