Merge pull request #295164 from r-ryantm/auto-update/python312Packages.mixpanel

python312Packages.mixpanel: 4.10.0 -> 4.10.1
This commit is contained in:
Nick Cao 2024-03-12 14:41:28 -04:00 committed by GitHub
commit d2b9b13874
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [