mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: twitter.common.log: 0.3.9 -> 0.3.10
This commit is contained in:
parent
bef8cb80e4
commit
7d0aacb36e
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "twitter.common.log";
|
||||
version = "0.3.9";
|
||||
version = "0.3.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bdzbxx2bxwpf57xaxfz1nblzgfvhlidz8xqd7s84c62r3prh02v";
|
||||
sha256 = "81af4b0f51f3fb589f39b410d7031da6792e0ae650a45e9207a25a52a343a555";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ twitter-common-options twitter-common-dirutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user