python3Packages.nixpkgs: 0.2.3 -> 0.2.4

This commit is contained in:
Alexander Sosedkin 2019-07-24 00:21:42 +02:00
parent 95233e1d39
commit 2e8aa4f9ff

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "nixpkgs";
version = "0.2.3";
version = "0.2.4";
disabled = ! pythonAtLeast "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "12ycbv31g4qv14aq6hfb85hhx026lgvzqfsrkpzb64na0c1yjcvn";
sha256 = "0dlvq4bpamhlva86042wlc0xxfsxlpdgm2adfb1c6y3vjgbm0nvd";
};
buildInputs = [ pbr ];