Commit 74067bbf authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.xkcdpass: 1.19.3 -> 1.19.4

parent ea6dad32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "xkcdpass";
  version = "1.19.3";
  version = "1.19.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xaLpSHRtpv5QToQEKE9FfY6Y2m31BHxrs/cbGIgunSo=";
    hash = "sha256-KTXVS0gtGby1Rla9oBy77J7kH/1C0jWlJwX9lcq3D9c=";
  };

  nativeBuildInputs = [