From e6a9c15fa1d86045549a6e385e2621945419850c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 26 Jan 2020 19:49:57 +0100 Subject: python3Packages.python-ly: 0.9.5 -> 0.9.6 --- pkgs/development/python-modules/python-ly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/python-ly') diff --git a/pkgs/development/python-modules/python-ly/default.nix b/pkgs/development/python-modules/python-ly/default.nix index 4c1bd05f4a0f..5ac6e569c805 100644 --- a/pkgs/development/python-modules/python-ly/default.nix +++ b/pkgs/development/python-modules/python-ly/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "python-ly"; - version = "0.9.5"; + version = "0.9.6"; src = fetchPypi { inherit pname version; - sha256 = "0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"; + sha256 = "0s5hvsf17f4w1xszrf4pg29wfv9znkj195klq1v2qhlpxfp6772d"; }; # tests not shipped on `pypi` and -- cgit v1.2.3 From 3d085a399c436a41d875801619e8f976b8519196 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 26 Jan 2020 19:52:14 +0100 Subject: python3Packages.python-ly: remove myself from maintainer list While going through my repology feed of package-updates I realized that I'm still a maintainer of this. Just did an update in e6a9c15fa1d86045549a6e385e2621945419850c and the package is pretty easy to maintain, but decided to make it clear that I don't actively maintain this. --- pkgs/development/python-modules/python-ly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/python-ly') diff --git a/pkgs/development/python-modules/python-ly/default.nix b/pkgs/development/python-modules/python-ly/default.nix index 5ac6e569c805..f8b7f023717c 100644 --- a/pkgs/development/python-modules/python-ly/default.nix +++ b/pkgs/development/python-modules/python-ly/default.nix @@ -16,6 +16,6 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Tool and library for manipulating LilyPond files"; license = licenses.gpl2; - maintainers = with maintainers; [ ma27 ]; + maintainers = with maintainers; [ ]; }; } -- cgit v1.2.3