Merge pull request #163315 from r-ryantm/auto-update/maigret

maigret: 0.4.1 -> 0.4.2
This commit is contained in:
Lassulus 2022-04-20 13:54:26 +01:00 committed by GitHub
commit c09bb7053e
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.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "soxoj"; owner = "soxoj";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0igfxg238awdn1ly8s3r655yi3gpxink7g2hr6xb0c1nrm7z0kad"; sha256 = "sha256-XML7sb/dhMX9i8GzOezanVTFha73v2m1OVOYvSOelNQ=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [