Merge pull request #225572 from r-ryantm/auto-update/python310Packages.pgspecial

python310Packages.pgspecial: 2.0.1 -> 2.1.0
This commit is contained in:
Martin Weinelt 2023-04-10 17:11:03 +02:00 committed by GitHub
commit a32622d833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pgspecial";
version = "2.0.1";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZEQ7vJrQm1fQ9Ny7OO/0TVKFO3QYyepS9YV6vhu1NOw=";
hash = "sha256-CZqcQ7V2iIWpnHYbHxSoxlBLsU6WMa2HVXOa2vdYJm8=";
};
propagatedBuildInputs = [