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:
commit
e609eadc6c
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue