mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python3Packages.applicationinsights: 0.11.9 -> 0.11.10
This commit is contained in:
parent
d526d5e895
commit
7bce4e1247
@ -5,12 +5,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.11.9";
|
||||
version = "0.11.10";
|
||||
pname = "applicationinsights";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1hyjdv6xnswgqvip8y164piwfach9hjkbp7vc2qzhd7amjpim89h";
|
||||
sha256 = "0b761f3ef0680acf4731906dfc1807faa6f2a57168ae74592db0084a6099f7b3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ portalocker ];
|
||||
|
Loading…
Reference in New Issue
Block a user