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
+2 -2
View File
@@ -3,12 +3,12 @@
buildPythonApplication rec {
pname = "rare";
version = "1.8.8";
version = "1.8.9";
src = fetchPypi {
inherit version;
pname = "Rare";
sha256 = "sha256-00CtvBqSrT9yJUHZ5529VrIQtCOYkHRc8+rJHmrTSpg=";
sha256 = "sha256-UEvGwWjr4FCsvyFz6Db3VnhVS6MS3FYzYSucumzOoEA=";
};
nativeBuildInputs = [