Merge pull request #171309 from dotlambda/pyhiveapi-0.5.3

python3Packages.pyhiveapi: 0.5.1 -> 0.5.3
main
Fabian Affolter 2 years ago committed by GitHub
commit 982e2ccfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/python-modules/pyhiveapi/default.nix

@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, setuptools
, unasync
, boto3
, botocore
@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "pyhiveapi";
version = "0.5.1";
version = "0.5.3";
format = "pyproject";
@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "Pyhass";
repo = "Pyhiveapi";
rev = "v${version}";
hash = "sha256-/M1OjApc0l0EzNI4hs4KO6woCOmTPveTFCyj5MjM5EE=";
hash = "sha256-QBn+yKZN461npdhGngTnFeewE40dPZ+5TkUf5Xacajk=";
};
postPatch = ''
@ -32,6 +33,7 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [
setuptools
unasync
];

Loading…
Cancel
Save