about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-18 00:01:36 -0500
committerGitHub <noreply@github.com>2019-06-18 00:01:36 -0500
commit8dc427d20e4fb686fc73deff99cf01b85e2fb541 (patch)
treeaa7b6c568398ae6bab396cb18d0abea2a6caa184 /pkgs/development
parent03acdd20beddc0f1a6a16037959ba84d56a0e403 (diff)
parent7dbb4e22bd87ecddfb6d8c2751cdc3e2ba705f8d (diff)
downloadnixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar.gz
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar.bz2
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar.lz
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar.xz
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.tar.zst
nixlib-8dc427d20e4fb686fc73deff99cf01b85e2fb541.zip
Merge pull request #63380 from r-ryantm/auto-update/python3.7-micawber
python37Packages.micawber: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/micawber/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/micawber/default.nix b/pkgs/development/python-modules/micawber/default.nix
index e3dffbfcb489..d3b5c79e967a 100644
--- a/pkgs/development/python-modules/micawber/default.nix
+++ b/pkgs/development/python-modules/micawber/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "micawber";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2e19cd5e9ce5b8b57714389e4b709af7dedc4f8f44e9df5566a9d3ccefaac38e";
+    sha256 = "002g31h4fcrrlfcrcbqa94aggszadm0p91c28n19vgssinmbz0ia";
   };
 
   propagatedBuildInputs = [ beautifulsoup4 ];