python3Packages.israel-rail-api: 0.1.2 -> 0.1.3

R. Ryantm 1242c28e b569c6cb

Changed files
+3 -3
pkgs
development
python-modules
israel-rail-api
+3 -3
pkgs/development/python-modules/israel-rail-api/default.nix
···
buildPythonPackage rec {
pname = "israel-rail-api";
-
version = "0.1.2";
+
version = "0.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sh0oki";
repo = "israel-rail-api";
tag = "v${version}";
-
hash = "sha256-OiWK3gi7dQ7SF4fvusKtSFzdhrsvePlscX0EYQ/hlYk=";
+
hash = "sha256-viIETVCW3YSwJOsFxkYoi0Ko9vXQEP9d+fjQAlb142c=";
};
build-system = [ setuptools ];
···
nativeCheckInputs = [ pytestCheckHook ];
meta = {
-
changelog = "https://github.com/sh0oki/israel-rail-api/releases/tag/v${version}";
+
changelog = "https://github.com/sh0oki/israel-rail-api/releases/tag/${src.tag}";
description = "Python wrapping of the Israeli Rail API";
homepage = "https://github.com/sh0oki/israel-rail-api";
license = lib.licenses.mit;