python3Packages.deepmerge: 0.1.0 -> 0.1.1

This commit is contained in:
Frederik Rietdijk 2020-11-04 15:04:22 +01:00 committed by Jonathan Ringer
parent 7faf9ab94e
commit 928b4e764c
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
buildPythonPackage rec {
pname = "deepmerge";
version = "0.1.0";
version = "0.1.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0d1ab9lxwymqxxd58j50id1wib48xym3ss5xw172i2jfwwwzfdrx";
sha256 = "fa1d44269786bcc12d30a7471b0b39478aa37a43703b134d7f12649792f92c1f";
};
propagatedBuildInputs = [