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

python312Packages.fastjet: 3.4.2.1 -> 3.4.3.1 (#393378)

authored by

R. RyanTM and committed by
GitHub
c1a6becb 0806a363

+2 -2
+2 -2
pkgs/development/python-modules/fastjet/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "fastjet"; 36 - version = "3.4.2.1"; 36 + version = "3.4.3.1"; 37 37 pyproject = true; 38 38 39 39 src = fetchPypi { 40 40 pname = "fastjet"; 41 41 inherit version; 42 - hash = "sha256-YlYJWCdwEBiG+koh1X2app1HinvktryisxP/C024g1k="; 42 + hash = "sha256-c9LE3axkm3tJt6RfHHIbJZsA/0s2Cl1UqxGKqKvospI="; 43 43 }; 44 44 45 45 # unvendor fastjet/fastjet-contrib