nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Revert "python: breezy: 3.0.2 -> 3.1.0"

This reverts commit 89437751f958b32123f5593a7268da5e40de0e80.

Build adds more dependencies

authored by

Jonathan Ringer and committed by
Jon
17388bba 3ae7002e

+2 -2
+2 -2
pkgs/development/python-modules/breezy/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "breezy"; 14 - version = "3.1.0"; 14 + version = "3.0.2"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "1eff207403f48898fa3b3ffa7a4275197c6c58fec105ef267caf1f5fd5a6c7be"; 18 + sha256 = "50f16bc7faf299f98fe58573da55b0664078f94b1a0e7f0ce9e1e6a0d47e68e0"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ configobj six fastimport dulwich launchpadlib ];