summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-17 00:42:29 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-20 01:06:06 -0800
commitc6859b76947766a63ea86410014966d8eb1d3f20 (patch)
tree958454ac72acca7b5105e72771af7a3a5bdda5d3 /pkgs
parent7feed2c0bec4161c83509d18089784cfcef49667 (diff)
python310Packages.coqpit: 0.0.14 -> 0.0.15
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/coqpit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/coqpit/default.nix b/pkgs/development/python-modules/coqpit/default.nix
index c36e353e3bf21..e19255c4479df 100644
--- a/pkgs/development/python-modules/coqpit/default.nix
+++ b/pkgs/development/python-modules/coqpit/default.nix
@@ -6,14 +6,14 @@
 
 buildPythonPackage rec {
   pname = "coqpit";
-  version = "0.0.14";
+  version = "0.0.15";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "coqui-ai";
     repo = pname;
     rev = "v${version}";
-    sha256 = "041sx7ph8vfx8ivvm6hjj6s83p9lni2agwyrrncqwhcbjy9pbdf1";
+    sha256 = "sha256-i2Lf7YQ9Ht4AlmfIBvJTWNPgEk8Kv92rs5VxuPgvR5U=";
   };
 
   checkInputs = [