3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #113792 from r-ryantm/auto-update/python3.7-canopen

python37Packages.canopen: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2021-02-23 20:28:26 -05:00 committed by GitHub
commit 910c5b2bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "canopen";
version = "1.2.0";
version = "1.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "15d49f1f71e9989dde6e3b75fb8445c76bd223064dfc0ac629fe9ecb0e21fba9";
sha256 = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06";
};
nativeBuildInputs = [