Merge pull request #294310 from r-ryantm/auto-update/python312Packages.keyring-pass

python312Packages.keyring-pass: 0.9.2 -> 0.9.3
This commit is contained in:
Nick Cao 2024-03-08 15:14:58 -05:00 committed by GitHub
commit e609eadc6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "keyring-pass";
version = "0.9.2";
version = "0.9.3";
disabled = pythonOlder "3.6";
pyproject = true;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "nazarewk";
repo = "keyring_pass";
rev = "refs/tags/v${version}";
hash = "sha256-Sf7eDOB3prH2s6BzdBtxewSweC0ibLXVxNHBJRRaJe4=";
hash = "sha256-EsM+RUhYtelslRpxR5NQbqpOt8KaeCsFqkqZ1ZFx0I0=";
};
postPatch = ''