python3Packages.rcssmin: 1.0.6 -> 1.1.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:11 -08:00
parent 8c47bfd533
commit 7b8449111e
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,11 +1,11 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "rcssmin";
version = "1.0.6";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "0w42l4dhxghcz7pj3q7hkxp015mvb8z2cq9sfxbl31npsfavd1ya";
sha256 = "27fc400627fd3d328b7fe95af2a01f5d0af6b5af39731af5d071826a1f08e362";
};
# The package does not ship tests, and the setup machinary confuses