Merge pull request #239878 from r-ryantm/auto-update/fastjet

fastjet: 3.4.0 -> 3.4.1

authored by

Weijia Wang and committed by
GitHub
2a132178 eb79b55f

+2 -2
+2 -2
pkgs/development/libraries/physics/fastjet/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "fastjet"; 10 - version = "3.4.0"; 10 + version = "3.4.1"; 11 11 12 12 src = fetchurl { 13 13 url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz"; 14 - hash = "sha256-7gfIdHyOrYbYjeSp5OjR6efXYUlz9WMbqCl/egJHi5E="; 14 + hash = "sha256-BWCMb/IT8G3Z3nI4E9a03M1R5mGsEwmPdL/J7q8ctao="; 15 15 }; 16 16 17 17 buildInputs = lib.optional withPython python;