python312Packages.tinytag: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-03-01 17:59:33 +00:00
parent e318dabd63
commit aa75d18fc6
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tinytag";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tinytag";
repo = "tinytag";
tag = version;
hash = "sha256-HSDEsyM9jGmS0o/EQj0GS/Ur4aepFgv8VpVNoJTyZGA=";
hash = "sha256-QRPnXPTMe0eM9nlZ1YFWJuP+OvifZnaNCwOcJz+48EY=";
};
build-system = [