Merge pull request #168338 from MultisampledNight/bump-rare

rare: 1.8.8 -> 1.8.9
This commit is contained in:
Anderson Torres 2022-04-18 20:15:18 -03:00 committed by GitHub
commit bf4f8578ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rare"; pname = "rare";
version = "1.8.8"; version = "1.8.9";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "Rare"; pname = "Rare";
sha256 = "sha256-00CtvBqSrT9yJUHZ5529VrIQtCOYkHRc8+rJHmrTSpg="; sha256 = "sha256-UEvGwWjr4FCsvyFz6Db3VnhVS6MS3FYzYSucumzOoEA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [