virtualenv-clone: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm 2021-12-07 04:16:54 +00:00 committed by Jonathan Ringer
parent 391ee795d0
commit 90dc1d9e07

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "virtualenv-clone";
version = "0.5.6";
version = "0.5.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "edwardgeorge";
repo = pname;
rev = version;
sha256 = "0xb20fhl99dw5vnyb43sjpj9628nbdnwp5g7m8f2id7w8kpwzvfw";
sha256 = "sha256-qrN74IwLRqiVPxU8gVhdiM34yBmiS/5ot07uroYPDVw=";
};
postPatch = ''