about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:10:26 +0200
committerGitHub <noreply@github.com>2021-09-12 17:10:26 +0200
commit66677196efbb4e42ac5fbaa1b2be0f8b925a7bd3 (patch)
tree2119ab6df6df3746487bd88821def12bec7b610b /pkgs
parenta3bf844c4781244c989c3367192c8b62eff50431 (diff)
parent637186d3cd38f307b4419a44b12ff5d0414bcd67 (diff)
Merge pull request #136681 from r-ryantm/auto-update/python3.8-wordfreq
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/wordfreq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wordfreq/default.nix b/pkgs/development/python-modules/wordfreq/default.nix
index 6aa8599653b10..72a2f013928d9 100644
--- a/pkgs/development/python-modules/wordfreq/default.nix
+++ b/pkgs/development/python-modules/wordfreq/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "wordfreq";
-  version = "2.5";
+  version = "2.5.1";
   disabled = isPy27;
 
    src = fetchFromGitHub {
     owner = "LuminosoInsight";
     repo = "wordfreq";
     rev = "v${version}";
-    sha256 = "09wzraddbdw3781pk2sxlz8knax9jrcl24ymz54wx6sk0gvq95i7";
+    sha256 = "1lw7kbsydd89hybassnnhqnj9s5ch9wvgd6pla96198nrq9mj7fw";
    };
 
   propagatedBuildInputs = [