Skip to content

Commit

Permalink
python38Packages.pysatochip: 0.12.3 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 10, 2021
1 parent f603ffb commit 2c85c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysatochip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

buildPythonPackage rec {
pname = "pysatochip";
version = "0.12.3";
version = "0.14.1";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "24db358a65c0402c299c0c62efcfbbfc98e494181cd30d3996949ac667d5b4d4";
sha256 = "eba800c82ea45e2524c0773a71c36e525d7c18148e6066e336950cef484555f5";
};

postPatch = ''
Expand Down

0 comments on commit 2c85c77

Please sign in to comment.