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

Configure Feed

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

python312Packages.sabctools: 8.2.3 -> 8.2.4

+2 -2
+2 -2
pkgs/development/python-modules/sabctools/default.nix
··· 7 7 }: 8 8 buildPythonPackage rec { 9 9 pname = "sabctools"; 10 - version = "8.2.3"; 10 + version = "8.2.4"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-cP3GCp2mGivtjyA76vqtO7mJyZjHeNkvBLl2kXxOT5w="; 15 + hash = "sha256-qPi/+Q+xLm+djlYeTXyVi3q/R1zEtXgOY7wxLjnp7Ew="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ setuptools ];