python3Packages.bumps: 0.9.3 -> 1.0.2
https://github.com/bumps/bumps/releases/tag/v1.0.2 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bumps";
|
||||
version = "0.9.3";
|
||||
version = "1.0.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-MpUpj3/hsjkrsv+Ix6Cuadd6dpivWAqBVwBSygW6Uw8=";
|
||||
hash = "sha256-YfnBA1rCD05B4XOS611qgi4ab3xKoYs108mwhj/I+sg=";
|
||||
};
|
||||
|
||||
# Module has no tests
|
||||
|
||||
Reference in New Issue
Block a user