maigret: 0.3.1 -> 0.4.0

(#153320)
This commit is contained in:
R. RyanTM 2022-01-13 13:29:36 -08:00 committed by GitHub
parent b4ac5539ea
commit 40c7f692a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "maigret"; pname = "maigret";
version = "0.3.1"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "soxoj"; owner = "soxoj";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "cq7pATICVQa2yTx2uiP58OBTn4B6iCjIB6LMmpaQfx0="; sha256 = "1jvfi3d7b1x4x1h0hz193n541fa0qgp7lynd6j0w050cgg753hpz";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [