about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-markdown-math
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:40 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:18 +0100
commit92f50ee3fb4c1ebd903559845d23025166805a28 (patch)
treed2bd4f4c7606869d72f8fea32ac300e3828efce2 /pkgs/development/python-modules/python-markdown-math
parentea6e5d59e478d7c3128dbc26de624b5099b3956e (diff)
python3Packages.python-markdown-math: 0.7 -> 0.8
Diffstat (limited to 'pkgs/development/python-modules/python-markdown-math')
-rw-r--r--pkgs/development/python-modules/python-markdown-math/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-markdown-math/default.nix b/pkgs/development/python-modules/python-markdown-math/default.nix
index 6f18a47e13c73..0b6d01746b97f 100644
--- a/pkgs/development/python-modules/python-markdown-math/default.nix
+++ b/pkgs/development/python-modules/python-markdown-math/default.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "python-markdown-math";
-  version = "0.7";
+  version = "0.8";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "17a12175e8b2052a1c3402fca410841c551c678046293b1f7c280ccfe7b302a0";
+    sha256 = "8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635";
   };
 
   checkInputs = [ markdown ];