Skip to content

Commit 1502af5

Browse files
authored
python312Packages.kbcstorage: 0.9.1 -> 0.9.2 (#360377)
2 parents 43a6c7c + c18529f commit 1502af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/kbcstorage/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "sapi-python-client";
21-
version = "0.9.1";
21+
version = "0.9.2";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "keboola";
2828
repo = "sapi-python-client";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-4ykOwSQ1tM0ZviETkjU0ydg7FWjkGNysHQe+f9MS0MM=";
30+
hash = "sha256-30bAw5pYEUj0jeZWiJxzZ7lDs/+63tlcoLaHrUmYCs8=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)