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
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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