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

Configure Feed

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

python313Packages.pygitguardian: 1.20.0 -> 1.21.0

Diff: https://github.com/GitGuardian/py-gitguardian/compare/refs/tags/v1.20.0...refs/tags/v1.21.0

Changelog: https://github.com/GitGuardian/py-gitguardian/blob/v1.21.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/pygitguardian/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pygitguardian"; 19 - version = "1.20.0"; 19 + version = "1.21.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "GitGuardian"; 26 26 repo = "py-gitguardian"; 27 27 tag = "v${version}"; 28 - hash = "sha256-vTzQbk6a/CTeCSjDB05AquuUft2oeFwEyZEM6jrnRD0="; 28 + hash = "sha256-pFbryvVwAQbhjNDZ0v+edvtWpkHZ1AVTz0tEsfYBXz8="; 29 29 }; 30 30 31 31 pythonRelaxDeps = [