summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bond-api
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-19 18:19:42 +0000
committerRobert Schütz <nix@dotlambda.de>2022-05-19 18:21:20 +0000
commitbb2d65d1422f4f5f480fc9a6ed51d9484abfae10 (patch)
tree382895eff75ed57824454a77d22a8d2639804e43 /pkgs/development/python-modules/bond-api
parentMerge pull request #173609 from helsinki-systems/upd-precice (diff)
downloadnixpkgs-bb2d65d1422f4f5f480fc9a6ed51d9484abfae10.tar.gz
python3Packages.bond-api: 0.1.17 -> 0.1.18
https://github.com/prystupa/bond-api/releases/tag/v0.1.18
Diffstat (limited to 'pkgs/development/python-modules/bond-api')
-rw-r--r--pkgs/development/python-modules/bond-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bond-api/default.nix b/pkgs/development/python-modules/bond-api/default.nix
index 555caa6033ca..1a07de6dccef 100644
--- a/pkgs/development/python-modules/bond-api/default.nix
+++ b/pkgs/development/python-modules/bond-api/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "bond-api";
- version = "0.1.17";
+ version = "0.1.18";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "prystupa";
repo = "bond-api";
rev = "v${version}";
- hash = "sha256-fuVYyDy3fG+XobFe2GCzMWRWPk8VDPLU4RHJzcF5MLg=";
+ hash = "sha256-+87/j94eHyW3EMMBK+aXaNTVoNxsixeLusyBsPWa9yM=";
};
propagatedBuildInputs = [