Merge pull request #250630 from fabaff/xkcdpass-bump

python311Packages.xkcdpass: 1.19.3 -> 1.19.4
This commit is contained in:
Nick Cao 2023-08-22 07:29:36 +08:00 committed by GitHub
commit 92f025344b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [