rare: 1.9.2 -> 1.9.3

This commit is contained in:
Solene Rapenne 2022-11-04 22:35:32 +01:00
parent 36e7b7f085
commit 797817d601

View File

@ -3,13 +3,13 @@
buildPythonApplication rec {
pname = "rare";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "Dummerle";
repo = "Rare";
rev = version;
sha256 = "sha256-mL23tq5Fvd/kXAr7PZ+le5lRXwV3rKG/s8GuXE+S11M=";
sha256 = "sha256-M+OMsyamh4WHIx7Pv2sLylOrnSmYrv1aEm3atqXrDaw=";
};
nativeBuildInputs = [