mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #283897 from r-ryantm/auto-update/python311Packages.geometric
python311Packages.geometric: 1.0.1 -> 1.0.2
This commit is contained in:
commit
e49dc530ba
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "geometric";
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leeping";
|
||||
repo = "geomeTRIC";
|
||||
rev = version;
|
||||
hash = "sha256-3d4z1n8+e0HgdeKLNSsHLb3XHOk09uy+gP9AwNvNITE=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-DmrKLVQrPQDzTMxqEImnvRr3Wb2R3+hxtDVCN9XUcFM=";
|
||||
};
|
||||
|
||||
patches = [ (fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user