python311Packages.pylast: 5.1.0 -> 5.2.0

Diff: https://github.com/pylast/pylast/compare/refs/tags/5.1.0...5.2.0
This commit is contained in:
Fabian Affolter
2023-06-06 22:42:19 +02:00
parent dc7d4dece5
commit a19b27ce27
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pylast";
version = "5.1.0";
version = "5.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pylast";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LRZYLo9h7Z8WXemLgKR5qzAmtL4x/AQQJpta3e0WHcc=";
hash = "sha256-6yxsqruosSOJ5LeIBbvuEko4s9qU/ObNZiJD5YH/hvY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;