From 9a2f904e8f686cc33a2cc161656e1e0d91d97161 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Sun, 27 Sep 2020 22:04:27 +0200 Subject: [PATCH] pythonPackages.namedlist: 1.7 -> 1.8 --- pkgs/development/python-modules/namedlist/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/namedlist/default.nix b/pkgs/development/python-modules/namedlist/default.nix index b66ecb6210c5..a180372c18de 100644 --- a/pkgs/development/python-modules/namedlist/default.nix +++ b/pkgs/development/python-modules/namedlist/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "namedlist"; - version = "1.7"; + version = "1.8"; src = fetchPypi { inherit pname version; - sha256 = "11n9c4a5ak9971awkf1g92m6mcmiprhrw98ik2cmjsqxmz73j2qr"; + sha256 = "34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef"; }; # Test file has a `unittest.main()` at the bottom that fails the tests;