Merge pull request #298281 from r-ryantm/auto-update/python311Packages.borb

python311Packages.borb: 2.1.21 -> 2.1.22
This commit is contained in:
Mario Rodas 2024-03-23 04:03:16 -05:00 committed by GitHub
commit 44a9cf2210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "borb";
version = "2.1.21";
version = "2.1.22";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-gnsPsvchvcUlWwmhDIazuc8/83ZRKc29VKhIDFSoFlE=";
hash = "sha256-T+uSq/KF3p4zJJhQeompJIJ6BWhYFK9Ko9w0sZFtFhE=";
};
propagatedBuildInputs = [