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

Configure Feed

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

python310Packages.yara-python: 4.2.0 -> 4.2.3

+2 -2
+2 -2
pkgs/development/python-modules/yara-python/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "yara-python"; 11 - version = "4.2.0"; 11 + version = "4.2.3"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "VirusTotal"; 18 18 repo = "yara-python"; 19 19 rev = "v${version}"; 20 - hash = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg="; 20 + hash = "sha256-spUQuezQMqaG1hboM0/Gs7siCM6x0b40O+sV7qGGBng="; 21 21 }; 22 22 23 23 buildInputs = [