python311Packages.linien-common: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-04-07 21:22:59 +00:00
parent f6eb921406
commit 559c9ddd9b
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "linien-common";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "linien-org";
repo = "linien";
rev = "refs/tags/v${version}";
hash = "sha256-ZgAp1SEiHijyjK74VZyRLYY3Hzfc3BQ6cnoO3hZzvbE=";
hash = "sha256-V6oo0a4cNlvn4pIwzchvCTOu7qtUGS+Pc0qpbEsvGZo=";
};
sourceRoot = "${src.name}/linien-common";