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

Configure Feed

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

python311Packages.glean-sdk: 52.6.0 -> 52.7.0

+4 -3
+4 -3
pkgs/development/python-modules/glean-sdk/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "glean-sdk"; 20 - version = "52.6.0"; 20 + version = "52.7.0"; 21 21 22 22 disabled = pythonOlder "3.6"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-TTV6oydUP2znEOm7KZElugNDfROnlPmyC19Ig1H8/wM="; 26 + hash = "sha256-sLjdGHiS7Co/oA9gQyAFkD14tAYjmwjWcPr4CRrzw/0="; 27 27 }; 28 28 29 29 cargoDeps = rustPlatform.fetchCargoTarball { 30 30 inherit src; 31 31 name = "${pname}-${version}"; 32 - hash = "sha256-Np2TfgKP3yfJqA4WZyyedGp9XtKJjDikUov5pvB/opk="; 32 + hash = "sha256-5TlgWcLmjklxhtDbB0aRF71iIRTJwetFj1Jii1DGdvU="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ ··· 54 54 disabledTests = [ 55 55 # RuntimeError: No ping received. 56 56 "test_client_activity_api" 57 + "test_flipping_upload_enabled_respects_order_of_events" 57 58 ]; 58 59 59 60 pythonImportsCheck = [