nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.pgspecial: 2.1.0 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/pgspecial/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pgspecial"; 13 - version = "2.1.0"; 13 + version = "2.1.1"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-CZqcQ7V2iIWpnHYbHxSoxlBLsU6WMa2HVXOa2vdYJm8="; 17 + hash = "sha256-o4I5zZYfrDPObaNcRm11istvlCkBWY19905bgv5vVjY="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [