lol

mir-qualia: 1.0.0 -> 2.0.0

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0/bin/.qualia-wrapped -h` got 0 exit code
- ran `/nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0/bin/.qualia-wrapped --help` got 0 exit code
- ran `/nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0/bin/qualia -h` got 0 exit code
- ran `/nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0/bin/qualia --help` got 0 exit code
- found 2.0.0 with grep in /nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0
- directory tree listing: https://gist.github.com/18601b1231672c52d2a59f11fff236f8

+3 -3
+3 -3
pkgs/tools/text/mir-qualia/default.nix
··· 2 2 3 3 pythonPackages.buildPythonApplication rec { 4 4 name = "mir.qualia-${version}"; 5 - version = "1.0.0"; 6 - doCheck = false; # 1.0.0-released pytests are broken 5 + version = "2.0.0"; 6 + doCheck = false; # 2.0.0-released pytests are broken 7 7 8 8 buildInputs = with pythonPackages; [ pytest ]; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://pypi/m/mir.qualia/mir.qualia-${version}.tar.gz"; 12 - sha256 = "1g0nwncwk4nq7b7zszqi1q4d2bdga1q50g9nkxigdaq647wqdf7x"; 12 + sha256 = "1ybq6jb5clh9hw0sp3idp4hjv2gkm9yiaph48gcc208affflc8m9"; 13 13 }; 14 14 15 15 meta = {