lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.python-nomad: 1.3.0 -> 1.4.1

+2 -2
+2 -2
pkgs/development/python-modules/python-nomad/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "python-nomad"; 5 - version = "1.3.0"; 5 + version = "1.4.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "67731d050472923581c43a39a8f01567468e8b3c8e83465b762c99eb0e5e23bc"; 9 + sha256 = "087a7d5d2af9fd8ce5da70d29e4b456c6b8b0ea3cd16613ed50f6eb8ad6cdba6"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ requests ];