python312Packages.mixpanel: 4.10.0 -> 4.10.1

This commit is contained in:
R. Ryantm 2024-03-11 23:47:21 +00:00
parent 1809887dbe
commit 5ada777e93

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mixpanel";
version = "4.10.0";
version = "4.10.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "mixpanel";
repo = "mixpanel-python";
rev = "refs/tags/v${version}";
hash = "sha256-jV2NLEc23uaI5Q7ZXDwGaZV9iAKQLMAETRTw8epZwQA=";
hash = "sha256-i5vT5FTnw+BanHHrlRsPJ3EooZjQcaosbaHoh/uPRmQ=";
};
propagatedBuildInputs = [