about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gst-python
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-12-07 14:03:36 +0100
committerOrivej Desh <orivej@gmx.fr>2017-12-08 23:21:09 +0000
commit6cc35d014ff77a3b3975d484a66a4343e428e7f0 (patch)
tree14f5cb5b640f76250c8b492e03e70379b8e5a11c /pkgs/development/python-modules/gst-python
parent0271644491ee06e85ce0154e6e60ab933d8ca381 (diff)
gstreamer: 1.12.2 -> 1.12.3
Diffstat (limited to 'pkgs/development/python-modules/gst-python')
-rw-r--r--pkgs/development/python-modules/gst-python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gst-python/default.nix b/pkgs/development/python-modules/gst-python/default.nix
index 71d77c283b84b..4039d165a4f3c 100644
--- a/pkgs/development/python-modules/gst-python/default.nix
+++ b/pkgs/development/python-modules/gst-python/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
   pname = "gst-python";
-  version = "1.12.2";
+  version = "1.12.3";
   name = "${pname}-${version}";
 
   src = fetchurl {