Merge pull request #332001 from r-ryantm/auto-update/python312Packages.borb

python312Packages.borb: 2.1.24 -> 2.1.25
This commit is contained in:
Pol Dellaiera 2024-08-03 21:08:07 +02:00 committed by GitHub
commit c911b1c5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "borb";
version = "2.1.24";
version = "2.1.25";
pyproject = true;
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jorisschellekens";
repo = "borb";
rev = "refs/tags/v${version}";
hash = "sha256-3PZ3fHsq9pgJ4oK42Y4b/3ghuYELgRPe09fciOKknuE=";
hash = "sha256-eVxpcYL3ZgwidkSt6tUav3Bkne4lo1QCshdUFqkA0wI=";
};
build-system = [ setuptools ];