Merge pull request #304899 from r-ryantm/auto-update/python311Packages.fast-histogram

python311Packages.fast-histogram: 0.12 -> 0.14

authored by Weijia Wang and committed by GitHub 781e589d ac911e1c

+3 -3
+3 -3
pkgs/development/python-modules/fast-histogram/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "fast-histogram"; 17 - version = "0.12"; 17 + version = "0.14"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 22 22 src = fetchFromGitHub { 23 23 owner = "astrofrog"; 24 24 repo = pname; 25 - rev = "v${version}"; 26 - sha256 = "sha256-Cz4BgbtxbUPxL2NSzvZYjbYIN4KUuliUV0bXRRtyvfM="; 25 + rev = "refs/tags/v${version}"; 26 + sha256 = "sha256-vIzDDzz6e7PXArHdZdSSgShuTjy3niVdGtXqgmyJl1w="; 27 27 }; 28 28 29 29 nativeBuildInputs = [