python36Packages.augeas: 1.0.2 -> 1.0.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-augeas/versions
This commit is contained in:
R. RyanTM 2018-10-24 09:38:59 -07:00 committed by Frederik Rietdijk
parent 9a9db29d75
commit 1bf7c848d1

View File

@ -1,14 +1,14 @@
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, augeas, cffi }:
buildPythonPackage rec {
pname = "augeas";
version = "1.0.2";
version = "1.0.3";
name = pname + "-" + version;
src = fetchFromGitHub {
owner = "hercules-team";
repo = "python-augeas";
rev = "v${version}";
sha256 = "1xk51m58ym3qpf0z5y98kzxb5jw7s92rca0v1yflj422977najxh";
sha256 = "1fb904ym8g8hkd82zlibzk6wrldnfd5v5d0rkynsy1zlhcylq4f6";
};
# TODO: not very nice!