Skip to content

Commit 3df7288

Browse files
authored
python313Packages.pylast: 5.3.0 -> 5.4.0 (#386045)
2 parents 946388e + 145fa2f commit 3df7288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pylast/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage rec {
1515
pname = "pylast";
16-
version = "5.3.0";
16+
version = "5.4.0";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "pylast";
2323
repo = "pylast";
2424
tag = version;
25-
hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek=";
25+
hash = "sha256-QSCqgvhlH87adSq/SYhM/Fxgl7+UOuW9pfUr/q7K36A=";
2626
};
2727

2828
build-system = [

0 commit comments

Comments
 (0)