mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
maigret: 0.6.4 -> 0.6.5
Diff: https://github.com/soxoj/maigret/compare/v0.6.4...v0.6.5 Changelog: https://github.com/soxoj/maigret/blob/v0.6.5/CHANGELOG.md
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "maigret";
|
||||
version = "0.6.4";
|
||||
version = "0.6.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "soxoj";
|
||||
repo = "maigret";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-yJqJA+GWT6nZFoErpr44gWJbxZi/woAe2xF7dbrV+e0=";
|
||||
hash = "sha256-EFdF7YsDIBC36j0rV/dUhwA0VILffGB28LG5Om/1geE=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user