gstreamer: 1.12.2 -> 1.12.3

This commit is contained in:
Bart Brouns
2017-12-07 14:03:36 +01:00
committed by Orivej Desh
parent 0271644491
commit 6cc35d014f
10 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "gst-python";
version = "1.12.2";
version = "1.12.3";
name = "${pname}-${version}";
src = fetchurl {