We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e383460 commit c18529fCopy full SHA for c18529f
pkgs/development/python-modules/kbcstorage/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "sapi-python-client";
21
- version = "0.9.1";
+ version = "0.9.2";
22
pyproject = true;
23
24
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "keboola";
28
repo = "sapi-python-client";
29
rev = "refs/tags/${version}";
30
- hash = "sha256-4ykOwSQ1tM0ZviETkjU0ydg7FWjkGNysHQe+f9MS0MM=";
+ hash = "sha256-30bAw5pYEUj0jeZWiJxzZ7lDs/+63tlcoLaHrUmYCs8=";
31
};
32
33
postPatch = ''
0 commit comments