Skip to content

Commit

Permalink
python: msgpack-numpy: 0.4.5 -> 0.4.6.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 7ed4607 commit 4bbce0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msgpack-numpy/default.nix
Expand Up @@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "msgpack-numpy";
version = "0.4.5";
version = "0.4.6.post0";

src = fetchPypi {
inherit pname version;
sha256 = "0z3ls52iamqv6fbn1ljnd5nnnzaiakczciry5c3vym5r77wgc9mg";
sha256 = "dfcb0c9cb5850e656344ac464a260e7b8b9b1c62d77c2e1d3d9ef15a88f1df6b";
};

buildInputs = [
Expand Down

0 comments on commit 4bbce0a

Please sign in to comment.