1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: starfish: 0.1.8 -> 0.1.9

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:39 +01:00
parent 0a2bd54aa7
commit 116e102ecc

View file

@ -26,11 +26,11 @@
buildPythonPackage rec {
pname = "starfish";
version = "0.1.8";
version = "0.1.9";
src = fetchPypi {
inherit pname version;
sha256 = "6924404b9ce7c55b427bebc5712656b87d17b5114e9fb610f2821865bd8d70f4";
sha256 = "02002b908572fcd2c7471475936a6c375f143d15df871399ce86ced6d7aef865";
};
propagatedBuildInputs = [