1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

python: wasabi: 0.7.0 -> 0.7.1

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:49 +02:00
parent 4ab7171869
commit 342f970831

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "wasabi";
version = "0.7.0";
version = "0.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "136c5qwmvpkdy4njpcwhppnhah7jjlhhjzzzk5lpk8i6f4fz2xg8";
sha256 = "ee3809f4ce00e1e7f424b1572c753cff0dcaca2ca684e67e31f985033a9f070b";
};
checkInputs = [