summary refs log tree commit diff
path: root/pkgs/development/python-modules/editorconfig/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/editorconfig/default.nix')
-rw-r--r--pkgs/development/python-modules/editorconfig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/editorconfig/default.nix b/pkgs/development/python-modules/editorconfig/default.nix
index 82338bbcc8fa..97e486a0532b 100644
--- a/pkgs/development/python-modules/editorconfig/default.nix
+++ b/pkgs/development/python-modules/editorconfig/default.nix
@@ -6,7 +6,7 @@
 
 buildPythonPackage rec {
   pname = "EditorConfig";
-  version = "0.12.0";
+  version = "0.12.1";
 
   # fetchgit used to ensure test submodule is available
   src = fetchgit {