Commit 145fa2ff authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pylast: 5.3.0 -> 5.4.0

Diff: pylast/pylast@refs/tags/5.3.0...5.4.0

Changelog: https://github.com/pylast/pylast/releases/tag/5.4.0
parent 6d6df828
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

buildPythonPackage rec {
  pname = "pylast";
  version = "5.3.0";
  version = "5.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "pylast";
    repo = "pylast";
    tag = version;
    hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek=";
    hash = "sha256-QSCqgvhlH87adSq/SYhM/Fxgl7+UOuW9pfUr/q7K36A=";
  };

  build-system = [