pythonPackages.namedlist: 1.7 -> 1.8

This commit is contained in:
Raphael Borun Das Gupta 2020-09-27 22:04:27 +02:00 committed by Jon
parent 70c5ca0b2e
commit 9a2f904e8f

View file

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "namedlist"; pname = "namedlist";
version = "1.7"; version = "1.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "11n9c4a5ak9971awkf1g92m6mcmiprhrw98ik2cmjsqxmz73j2qr"; sha256 = "34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef";
}; };
# Test file has a `unittest.main()` at the bottom that fails the tests; # Test file has a `unittest.main()` at the bottom that fails the tests;