lol

Merge pull request #14763 from vandenoever/bedup

bedup: update 20140413 -> 0.10

+6 -3
+6 -3
pkgs/top-level/python-packages.nix
··· 1768 1768 }; 1769 1769 1770 1770 bedup = buildPythonPackage rec { 1771 - name = "bedup-20140413"; 1771 + version = "0.10"; 1772 + name = "bedup-${version}"; 1772 1773 1773 1774 src = pkgs.fetchgit { 1774 1775 url = "https://github.com/g2p/bedup.git"; 1775 - rev = "5189e166145b8954ac41883f81ef3c3b50dc96ab"; 1776 - sha256 = "e61768fa19934bd176799f90bda3ea9f49a5def21fa2523a8e47df8a48e730e9"; 1776 + rev = "598fd4b"; 1777 + sha256 = "0s11dpf4k26n8qxrx6wcsr78vp98rx3yibzkh6ifmsyaqcmpm7wy"; 1777 1778 }; 1778 1779 1779 1780 buildInputs = with self; [ pkgs.btrfs-progs ]; 1780 1781 propagatedBuildInputs = with self; [ contextlib2 pyxdg pycparser alembic ] 1781 1782 ++ optionals (!isPyPy) [ cffi ]; 1783 + 1784 + disabled = pythonOlder "3.3"; 1782 1785 1783 1786 # No proper test suite. Included tests cannot be run because of relative import 1784 1787 doCheck = false;