python311Packages.pgspecial: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2024-05-16 08:01:31 +00:00
parent 0a0cdd8333
commit 2ce3adff88
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pgspecial";
version = "2.1.1";
version = "2.1.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-o4I5zZYfrDPObaNcRm11istvlCkBWY19905bgv5vVjY=";
hash = "sha256-8EGeGzt4+zpy/jtUb2eIpxIJFTLVmf51k7X27lWoj4c=";
};
propagatedBuildInputs = [