mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gramps: 5.2.2 -> 5.2.3
This commit is contained in:
parent
d0d76499e2
commit
2e1df33520
@ -23,7 +23,7 @@ let
|
||||
inherit (pythonPackages) buildPythonApplication pythonOlder;
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
version = "5.2.2";
|
||||
version = "5.2.3";
|
||||
pname = "gramps";
|
||||
pyproject = true;
|
||||
|
||||
@ -33,7 +33,7 @@ buildPythonApplication rec {
|
||||
owner = "gramps-project";
|
||||
repo = "gramps";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-umyc5G4p0GSEQEtq6sPUgtq1waNL1OW7iLxnf5dGcLc=";
|
||||
hash = "sha256-DfKKB+rgMGQ8HTqhCp11UTYLj3Fdd0B0v4a922GJ8L8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user