mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #302434 from r-ryantm/auto-update/python311Packages.linien-common
python311Packages.linien-common: 1.0.1 -> 1.0.2
This commit is contained in:
commit
4a4906a5fb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user