graphene: 1.9.6 → 1.10.0
This commit is contained in:
parent
787eabd7c1
commit
bf96e6da6d
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user