python: ydiff: 1.1 -> 1.2
This commit is contained in:
parent
16d66677ae
commit
ab290c73e8
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ydiff";
|
||||
version = "1.1";
|
||||
version = "1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0mxcl17sx1d4vaw22ammnnn3y19mm7r6ljbarcjzi519klz26bnf";
|
||||
sha256 = "f5430577ecd30974d766ee9b8333e06dc76a947b4aae36d39612a0787865a121";
|
||||
};
|
||||
|
||||
# test suite requires a multitude of other version control tooling
|
||||
|
|
Loading…
Reference in a new issue