1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 10:56:53 +00:00
nixpkgs/pkgs/development/python-modules/wxPython/3.0.nix

10 lines
167 B
Nix
Raw Normal View History

2015-09-05 11:58:00 +01:00
{ callPackage, ... } @ args:
2014-03-25 21:32:39 +00:00
2015-09-05 11:58:00 +01:00
callPackage ./generic.nix (args // rec {
2014-03-25 21:32:39 +00:00
2015-09-02 18:40:38 +01:00
version = "3.0.2.0";
2014-03-25 21:32:39 +00:00
2015-09-05 11:58:00 +01:00
sha256 = "0qfzx3sqx4mwxv99sfybhsij4b5pc03ricl73h4vhkzazgjjjhfm";
2014-03-25 21:32:39 +00:00
2015-09-05 11:58:00 +01:00
})