summary refs log tree commit diff
path: root/pkgs/applications/misc/mwic
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:42:45 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:42:45 -0700
commit7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0 (patch)
tree5f5a8e411690a897d1deabd5af135263675562ca /pkgs/applications/misc/mwic
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar.gz
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar.bz2
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar.lz
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar.xz
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.tar.zst
nixlib-7ce53bee97d55dab2c3fe8ccdf06e6b3461432e0.zip
mwic: 0.7.4 -> 0.7.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mwic/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.7.5 with grep in /nix/store/3r91cbyw9xi6iy67l5nalznb7rkq1idq-mwic-0.7.5
- directory tree listing: https://gist.github.com/0513e07e310449f5f9f06de443e90f43
Diffstat (limited to 'pkgs/applications/misc/mwic')
-rw-r--r--pkgs/applications/misc/mwic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/mwic/default.nix b/pkgs/applications/misc/mwic/default.nix
index 02c18109abc2..67e6ed3fa9ce 100644
--- a/pkgs/applications/misc/mwic/default.nix
+++ b/pkgs/applications/misc/mwic/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, pythonPackages }:
 
 stdenv.mkDerivation rec {
-  version = "0.7.4";
+  version = "0.7.5";
   name = "mwic-${version}";
 
   src = fetchurl {
     url = "https://github.com/jwilk/mwic/releases/download/${version}/${name}.tar.gz";
-    sha256 = "0c0xk7wx4vaamlry6srdixw1q6afmqznvxdzcg1skr0qjypw5i5q";
+    sha256 = "1b4fz9vs0aihg9nj9aj6d2jmykpa9nxi9rvz06v50wwk515plpmc";
   };
 
   makeFlags=["PREFIX=\${out}"];