diff options
| author | Robert Schütz <nix@dotlambda.de> | 2022-05-19 18:19:42 +0000 |
|---|---|---|
| committer | Robert Schütz <nix@dotlambda.de> | 2022-05-19 18:21:20 +0000 |
| commit | bb2d65d1422f4f5f480fc9a6ed51d9484abfae10 (patch) | |
| tree | 382895eff75ed57824454a77d22a8d2639804e43 /pkgs/development/python-modules/bond-api | |
| parent | Merge pull request #173609 from helsinki-systems/upd-precice (diff) | |
| download | nixpkgs-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.nix | 4 |
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 = [ |
