python37Packages.shouldbe: 0.1.0 -> 0.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shouldbe/versions
This commit is contained in:
R. RyanTM 2019-04-02 12:49:50 -07:00
parent 18aa59b0f2
commit daa854dfdb

View File

@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
version = "0.1.0";
version = "0.1.2";
pname = "shouldbe";
src = fetchPypi {
inherit pname version;
sha256 = "07pchxpv1xvjbck0xy44k3a1jrvklg0wbyccn14w0i7d135d4174";
sha256 = "16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj";
};
buildInputs = [ nose ];