pythonPackages.secretstorage: 3.3.0 -> 3.3.1

This commit is contained in:
Ignacio Torres Masdeu 2021-03-02 12:54:18 +00:00 committed by Matthieu Coudron
parent 003fcee3cd
commit 8c7c2c31b2

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "secretstorage";
version = "3.3.0";
version = "3.3.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
pname = "SecretStorage";
inherit version;
sha256 = "1aj669d5s8pmr6y2d286fxd13apnxzw0ivd1dr6xdni9i3rdxkrh";
sha256 = "15ginv4gzxrx77n7517xnvf2jcpqc6ran12s951hc85zlr8nqrpx";
};
propagatedBuildInputs = [