Merge pull request #212713 from r-ryantm/auto-update/python310Packages.repoze_who
python310Packages.repoze_who: 2.4.1 -> 3.0.0
This commit is contained in:
commit
c3632f83e2
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "repoze.who";
|
||||
version = "2.4.1";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-ikybkmi0/w7dkG6Xwu7XzoPrn2LkJQv+A7zbum0xojc=";
|
||||
sha256 = "sha256-6VWt8AwfCwxxXoKJeaI37Ev37nCCe9l/Xhe/gnYNyzA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface webob ];
|
||||
|
|
Loading…
Reference in a new issue