Merge pull request #295164 from r-ryantm/auto-update/python312Packages.mixpanel
python312Packages.mixpanel: 4.10.0 -> 4.10.1
This commit is contained in:
commit
d2b9b13874
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user