Commit 3018d659 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.sqlcipher3: 0.5.4 -> 0.6.0

parent c26eb5e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:
let
  pname = "sqlcipher3";
  version = "0.5.4";
  version = "0.6.0";
in
buildPythonPackage {
  inherit pname version;
@@ -16,7 +16,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4w/1jWTdQ+Gezt3RARahonrR2YiMxCRcdfK9qbA4Tnc=";
    hash = "sha256-o1GuYwvWFMLBDtiYtCD3vIF+Q4FT9oP4g0jERdazqbE=";
  };

  build-system = [