remarshal: 0.9.1 -> 0.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remarshal/versions
This commit is contained in:
R. RyanTM 2019-07-20 08:42:38 -07:00
parent 663542ad04
commit 11e147d3d1

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "remarshal";
version = "0.9.1";
version = "0.10.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "564ffe9cbde85bd28a9c184b90c764abd2003abd6101a30802262198b5c7fc40";
sha256 = "1prpczb8q996i5sf27vfmp0nv85zwsiajnf9jbjkhm0k21wfvmdd";
};
propagatedBuildInputs = with python3Packages; [