Unverified Commit 33a81b41 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #249416 from dotlambda/pykeepass-4.0.5

python310Packages.pykeepass: 4.0.3 -> 4.0.5
parents 5126b4d8 e98111e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildPythonPackage rec {
  pname   = "pykeepass";
  version = "4.0.3";
  version = "4.0.5";

  format = "setuptools";

@@ -14,7 +14,7 @@ buildPythonPackage rec {
    owner = "libkeepass";
    repo = "pykeepass";
    rev = "v${version}";
    hash = "sha256-HyveBBsd1OFWoY3PgqqaKRLBhsxgFv8PRAxEF6r+bf4=";
    hash = "sha256-IdILcIhrxcTDddoxiK257II0V7ctVb1CTLfTPmuwjTQ=";
  };

  postPatch = ''