3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #65317 from t184256/update-nixpkgs-python-importer

python3Packages.nixpkgs: 0.2.3 -> 0.2.4
This commit is contained in:
adisbladis 2019-07-24 00:03:39 +01:00 committed by GitHub
commit 2494f84651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];