Skip to content

Commit 4df91f6

Browse files
authored
python3Packages.falconpy: 1.4.9 -> 1.5.0 (#405087)
2 parents fd6f60f + b86fb63 commit 4df91f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/falconpy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "falconpy";
11-
version = "1.4.9";
11+
version = "1.5.0";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "CrowdStrike";
1616
repo = "falconpy";
1717
tag = "v${version}";
18-
hash = "sha256-P+/AT42aHkWX+4upSh1pul0kf8rFbdHsQLezypa3XyA=";
18+
hash = "sha256-Yto32iXtO4po6sPHTautLLjDCRSLIS8K4YRFCbiF3m4=";
1919
};
2020

2121
build-system = [ hatchling ];

0 commit comments

Comments
 (0)