mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python: subprocess32: 3.5.3 -> 3.5.4
This commit is contained in:
parent
a66ab24541
commit
c434f0df5c
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "subprocess32";
|
||||
version = "3.5.3";
|
||||
version = "3.5.4";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6bc82992316eef3ccff319b5033809801c0c3372709c5f6985299c88ac7225c3";
|
||||
sha256 = "eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d";
|
||||
};
|
||||
|
||||
buildInputs = [ bash ];
|
||||
|
Loading…
Reference in New Issue
Block a user