mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: python-json-logger: 0.1.9 -> 0.1.10
This commit is contained in:
parent
7c7f7ac96a
commit
b23235320f
@ -5,12 +5,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.1.9";
|
||||
version = "0.1.10";
|
||||
pname = "python-json-logger";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e3636824d35ba6a15fc39f573588cba63cf46322a5dc86fb2f280229077e9fbe";
|
||||
sha256 = "cf2caaf34bd2eff394915b6242de4d0245de79971712439380ece6f149748cde";
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user