1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #155879 from r-ryantm/auto-update/python310Packages.simpleeval

python310Packages.simpleeval: 0.9.11 -> 0.9.12
This commit is contained in:
Fabian Affolter 2022-01-23 10:43:44 +01:00 committed by GitHub
commit 27eb58cf7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "simpleeval"; pname = "simpleeval";
version = "0.9.11"; version = "0.9.12";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danthedeckie"; owner = "danthedeckie";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "111w76mahbf3lm2p72dkqp5fhwg7nvnwm4l078dgsgkixssjazi7"; sha256 = "0khgl729q5133fgc00d550f4r77707rkkn7r56az4v8bvx0q8xp4";
}; };
checkInputs = [ checkInputs = [