codebraid: 0.5.0-unstable-2020-07-01 -> 0.5.0-unstable-2020-08-14

This commit is contained in:
Patrick Hilhorst 2020-11-10 23:13:39 +01:00
parent cdbc633771
commit 999abcfc07
No known key found for this signature in database
GPG key ID: 3BB083304DADC0FF

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "codebraid";
version = "0.5.0-unstable-2020-07-01";
version = "0.5.0-unstable-2020-08-14";
src = fetchFromGitHub {
owner = "gpoore";
repo = pname;
rev = "c7962587e7f1e619b5dcf9a5e901eb7042520b00";
sha256 = "1f31yaiwc33ivjbipym7sggsqwqxn70kgf9dixi8392pk70jzq6p";
rev = "526a223c4fc32c37d6c5c9133524dfa0e1811ca4";
sha256 = "0qkqaj49k584qzgx9jlsf5vlv4lq7x403s1kig8v87i0kgh55p56";
};
propagatedBuildInputs = with python3Packages; [ bespon ];