python: backports.functools_lru_cache: 1.5 -> 1.6.1
This commit is contained in:
parent
d9d2723912
commit
502e546607
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "backports.functools_lru_cache";
|
||||
version = "1.5";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a";
|
||||
sha256 = "8fde5f188da2d593bd5bc0be98d9abc46c95bb8a9dde93429570192ee6cc2d4a";
|
||||
};
|
||||
|
||||
buildInputs = [ setuptools_scm ];
|
||||
|
Loading…
Reference in New Issue
Block a user