1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

python: sentinel: 0.1.1 -> 0.1.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:48 +02:00
parent e9118df14f
commit c67dd45224

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "sentinel";
version = "0.1.1";
version = "0.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "c00ba2a4f240ea4c5414059a696d6e128730272cb2c631b2eff42e86da1f89b3";
sha256 = "c7aeee3f57c56a8e52771fc64230345deecd62c48debbbe1f1aca453439741d0";
};
meta = with lib; {