reckon: 0.7.1 -> 0.8.0

This commit is contained in:
Daniel Nagy 2021-09-05 22:24:43 +02:00
parent d9de842f58
commit 43ff4fde43
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
3 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@ GEM
chronic (0.10.2)
highline (2.0.3)
rchardet (1.8.0)
reckon (0.7.1)
reckon (0.8.0)
chronic (>= 0.3.0)
highline (>= 1.5.2)
rchardet (>= 1.8.0)
@ -16,4 +16,4 @@ DEPENDENCIES
reckon
BUNDLED WITH
1.17.2
2.2.20

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ nicknovitski ];
platforms = platforms.unix;
changelog = "https://github.com/cantino/reckon/blob/v${version}/CHANGELOG.md";
};
}

View file

@ -35,9 +35,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hsmzjxj1f5ma816gag1b3bdjbynhj2szgar955fcs3gbbzv4sk7";
sha256 = "0qnghypb9pj7888096xwyrx7myhzk85x69ympxkxki3kxcgcrdfn";
type = "gem";
};
version = "0.7.1";
version = "0.8.0";
};
}