graphene: 1.9.6 → 1.10.0

This commit is contained in:
Jan Tojnar
2019-09-09 13:26:09 +02:00
parent 787eabd7c1
commit bf96e6da6d

View File

@@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "graphene";
version = "1.9.6";
version = "1.10.0";
outputs = [ "out" "devdoc" "installedTests" ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "ebassi";
repo = pname;
rev = version;
sha256 = "0hb7s6g00l7zlf4hlfda55krn0pls9ajz0hcqrh8m656zr18ddwa";
sha256 = "16vqwih5bfxv7r3mm7iiha804rpsxzxjfrs4kx76d9q5yg2hayxr";
};
patches = [