python3Packages.rdflib: 7.1.4 -> 7.2.1

https://github.com/RDFLib/rdflib/releases/tag/7.2.1
This commit is contained in:
Vladimír Čunát
2025-10-21 18:47:07 +02:00
parent 1d527df27b
commit 263ec6ca01
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "rdflib";
version = "7.1.4";
version = "7.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "RDFLib";
repo = "rdflib";
tag = version;
hash = "sha256-u9hdwxAJIuTQ3zKstbwn88u1opzWXc8otJKbtIl4Li4=";
hash = "sha256-FisMiBTiL6emJS0d7UmlwGUzayA+CME5GGWgw/owfhc=";
};
build-system = [ poetry-core ];