python3Packages.segno: 1.6.0 -> 1.6.1

https://github.com/heuer/segno/releases/tag/1.6.1
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:26 +01:00
parent fe68583e92
commit 0d20bddf99

View File

@ -4,7 +4,7 @@
, pythonOlder
# build-system
, setuptools
, flit-core
# dependencies
, importlib-metadata
@ -17,18 +17,18 @@
buildPythonPackage rec {
pname = "segno";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "heuer";
repo = "segno";
rev = "refs/tags/${version}";
hash = "sha256-lgitNnVHvvPLKtDqJvc/zsVlFu9Gw0D3S4lt/20TlhE=";
hash = "sha256-5CDrQhbgUydz1ORp4ktZwhcgbJxQq1snKIAA0v4mZ00=";
};
nativeBuildInputs = [
setuptools
flit-core
];
propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [