Merge pull request #312533 from r-ryantm/auto-update/marcel

marcel: 0.22.2 -> 0.27.2
This commit is contained in:
Pol Dellaiera 2024-05-19 11:00:20 +02:00 committed by GitHub
commit 7e47c6878f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "marcel";
version = "0.22.2";
version = "0.27.2";
pyproject = true;
src = fetchFromGitHub {
owner = "geophile";
repo = "marcel";
rev = "refs/tags/v${version}";
hash = "sha256-CiAIY4qXv5V2VOsi+vat7OvFcmeFpIrmHCfqlY+JRXc=";
hash = "sha256-jzb4kSrcN+pLFkWYy0hc7NCCextWgZQuf3P+kiouEfY=";
};
nativeBuildInputs = with python3Packages; [