python3Packages.sqlcipher3: 0.6.0 -> 0.6.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:58 +01:00
parent 4fa9c5a205
commit e8e867ea28
@@ -8,7 +8,7 @@
}:
let
pname = "sqlcipher3";
version = "0.6.0";
version = "0.6.2";
in
buildPythonPackage {
inherit pname version;
@@ -16,7 +16,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-o1GuYwvWFMLBDtiYtCD3vIF+Q4FT9oP4g0jERdazqbE=";
hash = "sha256-orZ1KJuoiJ84liWiHzoB8f8VmlUbW4j7qP2S2g4COAo=";
};
build-system = [