Merge pull request #134797 from r-ryantm/auto-update/python3.8-bond-api

python38Packages.bond-api: 0.1.12 -> 0.1.13
This commit is contained in:
Fabian Affolter 2021-08-19 18:10:45 +02:00 committed by GitHub
commit baed796ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "bond-api";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "prystupa";
repo = "bond-api";
rev = "v${version}";
sha256 = "0zqaqqadr4x4vmq28nfk5x67gfwqqfy19z0cgrpxlbbvxamccym0";
sha256 = "0v3bwbpn98fjm8gza2k7fb7w5ps3982kfvbck5x0fh2xq2825b80";
};
propagatedBuildInputs = [