python3Packages.ratarmountcore: 0.15.2 -> 1.0.0

https://github.com/mxmlnkn/ratarmount/blob/core-v1.0.0/core/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:09 +01:00
parent b13dbcd2a2
commit 743e495f16
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ratarmountcore";
version = "0.15.2";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mxmlnkn";
repo = "ratarmount";
tag = "v${version}";
hash = "sha256-2LPGKdofx2ID8BU0dZhGiZ3tUkd+niEVGvTSBFX4InU=";
hash = "sha256-nTKbwZoD7nf3cKFJOR5p6ZRFHsKVeJXboOAhPjvnQAM=";
fetchSubmodules = true;
};
@@ -78,7 +78,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for accessing archives by way of indexing";
homepage = "https://github.com/mxmlnkn/ratarmount/tree/master/core";
changelog = "https://github.com/mxmlnkn/ratarmount/blob/core-v${version}/core/CHANGELOG.md";
changelog = "https://github.com/mxmlnkn/ratarmount/blob/core-${src.tag}/core/CHANGELOG.md";
license = licenses.mit;
maintainers = with lib.maintainers; [ mxmlnkn ];
};